Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-document-with-child-nodes-expected.txt

Issue 2373023002: Make DOM.getChildNodes & DOM.getDocument optionally pierce iframe boundaries (Closed)
Patch Set: Nits Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1
2 {
3 "nodeId": 19,
4 "nodeType": 1,
5 "nodeName": "BODY",
6 "localName": "body",
7 "nodeValue": "",
8 "childNodeCount": 1,
9 "children": [
10 {
11 "nodeId": 20,
12 "nodeType": 1,
13 "nodeName": "DIV",
14 "localName": "div",
15 "nodeValue": "",
16 "childNodeCount": 1,
17 "children": [
18 {
19 "nodeId": 21,
20 "nodeType": 1,
21 "nodeName": "DIV",
22 "localName": "div",
23 "nodeValue": "",
24 "childNodeCount": 1,
25 "children": [
26 {
27 "nodeId": 22,
28 "nodeType": 1,
29 "nodeName": "DIV",
30 "localName": "div",
31 "nodeValue": "",
32 "childNodeCount": 1,
33 "children": [
34 {
35 "nodeId": 23,
36 "nodeType": 1,
37 "nodeName": "IFRAME",
38 "localName": "iframe",
39 "nodeValue": "",
40 "childNodeCount": 0,
41 "children": [],
42 "attributes": [
43 "src",
44 "resources/iframe.html"
45 ],
46 "frameId": "???",
47 "contentDocument": {
48 "nodeId": 24,
49 "nodeType": 9,
50 "nodeName": "#document",
51 "localName": "",
52 "nodeValue": "",
53 "childNodeCount": 1,
54 "children": [
55 {
56 "nodeId": 25,
57 "nodeType": 1,
58 "nodeName": "HTML",
59 "localName": "html",
60 "nodeValue": "",
61 "childNodeCount": 2,
62 "children": [
63 {
64 "nodeId": 26,
65 "nodeType": 1,
66 "nodeName": "HEAD",
67 "localName": "head",
68 "nodeValue": "",
69 "childNodeCount": 0,
70 "children": [],
71 "attributes": []
72 },
73 {
74 "nodeId": 27,
75 "nodeType": 1,
76 "nodeName": "BODY",
77 "localName": "body",
78 "nodeValue": "",
79 "childNodeCount": 1,
80 "children": [
81 {
82 "nodeId": 28,
83 "nodeType": 1,
84 "nodeName": "DIV ",
85 "localName": "di v",
86 "nodeValue": "",
87 "childNodeCount" : 0,
88 "children": [],
89 "attributes": [
90 "id",
91 "element_in_ an_iframe"
92 ]
93 }
94 ],
95 "attributes": []
96 }
97 ],
98 "attributes": [],
99 "frameId": "???"
100 }
101 ],
102 "documentURL": "???",
103 "baseURL": "???",
104 "xmlVersion": ""
105 }
106 }
107 ],
108 "attributes": [
109 "id",
110 "depth-3"
111 ]
112 }
113 ],
114 "attributes": [
115 "id",
116 "depth-2"
117 ]
118 }
119 ],
120 "attributes": [
121 "id",
122 "depth-1"
123 ]
124 }
125 ],
126 "attributes": []
127 }
128
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698