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

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

Powered by Google App Engine
This is Rietveld 408576698