Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 | |
| 2 { | |
| 3 "method": "DOM.setChildNodes", | |
| 4 "params": { | |
| 5 "parentId": 4, | |
| 6 "nodes": [ | |
| 7 { | |
| 8 "nodeId": 5, | |
| 9 "nodeType": 1, | |
| 10 "nodeName": "DIV", | |
| 11 "localName": "div", | |
| 12 "nodeValue": "", | |
| 13 "childNodeCount": 1, | |
| 14 "children": [ | |
| 15 { | |
| 16 "nodeId": 6, | |
| 17 "nodeType": 1, | |
| 18 "nodeName": "DIV", | |
| 19 "localName": "div", | |
| 20 "nodeValue": "", | |
| 21 "childNodeCount": 1, | |
| 22 "children": [ | |
| 23 { | |
| 24 "nodeId": 7, | |
| 25 "nodeType": 1, | |
| 26 "nodeName": "DIV", | |
| 27 "localName": "div", | |
| 28 "nodeValue": "", | |
| 29 "childNodeCount": 1, | |
| 30 "children": [ | |
| 31 { | |
| 32 "nodeId": 8, | |
| 33 "nodeType": 1, | |
| 34 "nodeName": "IFRAME", | |
| 35 "localName": "iframe", | |
| 36 "nodeValue": "", | |
| 37 "childNodeCount": 0, | |
| 38 "children": [ | |
| 39 { | |
| 40 "nodeId": 10, | |
| 41 "nodeType": 1, | |
| 42 "nodeName": "HTML", | |
| 43 "localName": "html", | |
| 44 "nodeValue": "", | |
| 45 "childNodeCount": 2, | |
| 46 "children": [ | |
| 47 { | |
| 48 "nodeId": 11, | |
| 49 "nodeType": 1, | |
| 50 "nodeName": "HEAD", | |
| 51 "localName": "head", | |
| 52 "nodeValue": "", | |
| 53 "childNodeCount": 0, | |
| 54 "children": [], | |
| 55 "attributes": [] | |
| 56 }, | |
| 57 { | |
| 58 "nodeId": 12, | |
| 59 "nodeType": 1, | |
| 60 "nodeName": "BODY", | |
| 61 "localName": "body", | |
| 62 "nodeValue": "", | |
| 63 "childNodeCount": 1, | |
| 64 "children": [ | |
| 65 { | |
| 66 "nodeId": 13, | |
| 67 "nodeType": 1, | |
| 68 "nodeName": "DIV ", | |
| 69 "localName": "di v", | |
| 70 "nodeValue": "", | |
| 71 "childNodeCount" : 0, | |
| 72 "children": [], | |
| 73 "attributes": [ | |
| 74 "id", | |
| 75 "element_in_ an_iframe" | |
| 76 ] | |
| 77 } | |
| 78 ], | |
| 79 "attributes": [] | |
| 80 } | |
| 81 ], | |
| 82 "attributes": [], | |
| 83 "frameId": "???" | |
| 84 } | |
| 85 ], | |
| 86 "attributes": [ | |
| 87 "src", | |
| 88 "resources/iframe.html" | |
| 89 ], | |
| 90 "frameId": "???", | |
| 91 "contentDocument": { | |
| 92 "nodeId": 9, | |
| 93 "nodeType": 9, | |
| 94 "nodeName": "#document", | |
| 95 "localName": "", | |
| 96 "nodeValue": "", | |
| 97 "childNodeCount": 1, | |
| 98 "documentURL": "???", | |
| 99 "baseURL": "???", | |
| 100 "xmlVersion": "" | |
| 101 } | |
| 102 } | |
| 103 ], | |
| 104 "attributes": [ | |
| 105 "id", | |
| 106 "depth-3" | |
| 107 ] | |
| 108 } | |
| 109 ], | |
| 110 "attributes": [ | |
| 111 "id", | |
| 112 "depth-2" | |
| 113 ] | |
| 114 } | |
| 115 ], | |
| 116 "attributes": [ | |
| 117 "id", | |
| 118 "depth-1" | |
| 119 ] | |
| 120 } | |
| 121 ] | |
| 122 } | |
| 123 } | |
| 124 | |
| OLD | NEW |