react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / htmlparser2 / node_modules / domhandler / test / cases / 23-dom-lvl1.json
81153 views{1"name": "DOM level 1",2"options": { "withDomLvl1": true },3"html": "<div>some stray text<h1>Hello, world.</h1><!-- comment node -->more stray text</div>",4"expected": [5{6"type": "tag",7"nodeType": 1,8"name": "div",9"tagName": "div",10"attribs": {},11"nodeValue": null,12"children": [13{14"type": "text",15"nodeType": 3,16"tagName": null,17"data": "some stray text",18"nodeValue": "some stray text",19"childNodes": null,20"firstChild": null,21"lastChild": null22},23{24"type": "tag",25"nodeType": 1,26"name": "h1",27"tagName": "h1",28"nodeValue": null,29"attribs": {},30"children": [31{32"type": "text",33"nodeType": 3,34"tagName": null,35"data": "Hello, world.",36"nodeValue": "Hello, world.",37"childNodes": null,38"firstChild": null,39"lastChild": null40}41],42"firstChild": {43"type": "text",44"nodeType": 3,45"tagName": null,46"data": "Hello, world.",47"nodeValue": "Hello, world.",48"childNodes": null,49"firstChild": null,50"lastChild": null51},52"lastChild": {53"type": "text",54"nodeType": 3,55"tagName": null,56"data": "Hello, world.",57"nodeValue": "Hello, world.",58"childNodes": null,59"firstChild": null,60"lastChild": null61}62},63{64"type": "comment",65"nodeType": 8,66"tagName": null,67"data": " comment node ",68"nodeValue": " comment node ",69"childNodes": null,70"firstChild": null,71"lastChild": null,72"prev": {73"type": "tag",74"name": "h1",75"nodeValue": null,76"attribs": {}77},78"previousSibling": {79"type": "tag",80"name": "h1",81"nodeValue": null,82"attribs": {}83},84"next": {85"type": "text",86"tagName": null,87"data": "more stray text"88},89"nextSibling": {90"type": "text",91"tagName": null,92"data": "more stray text"93}94},95{96"type": "text",97"nodeType": 3,98"tagName": null,99"data": "more stray text",100"nodeValue": "more stray text",101"childNodes": null,102"firstChild": null,103"lastChild": null,104"next": null,105"nextSibling": null106}107],108"firstChild": {109"type": "text",110"nodeType": 3,111"tagName": null,112"data": "some stray text",113"nodeValue": "some stray text",114"childNodes": null,115"firstChild": null,116"lastChild": null117},118"lastChild": {119"type": "text",120"nodeType": 3,121"tagName": null,122"data": "more stray text",123"nodeValue": "more stray text",124"childNodes": null,125"firstChild": null,126"lastChild": null127}128}129]130}131132133