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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-document-with-child-nodes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-document-with-child-nodes-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-document-with-child-nodes-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..97b1fba53c0994184e768a3a01498126869dcb9d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-document-with-child-nodes-expected.txt
@@ -0,0 +1,128 @@
+
+{
+ "nodeId": 19,
+ "nodeType": 1,
+ "nodeName": "BODY",
+ "localName": "body",
+ "nodeValue": "",
+ "childNodeCount": 1,
+ "children": [
+ {
+ "nodeId": 20,
+ "nodeType": 1,
+ "nodeName": "DIV",
+ "localName": "div",
+ "nodeValue": "",
+ "childNodeCount": 1,
+ "children": [
+ {
+ "nodeId": 21,
+ "nodeType": 1,
+ "nodeName": "DIV",
+ "localName": "div",
+ "nodeValue": "",
+ "childNodeCount": 1,
+ "children": [
+ {
+ "nodeId": 22,
+ "nodeType": 1,
+ "nodeName": "DIV",
+ "localName": "div",
+ "nodeValue": "",
+ "childNodeCount": 1,
+ "children": [
+ {
+ "nodeId": 23,
+ "nodeType": 1,
+ "nodeName": "IFRAME",
+ "localName": "iframe",
+ "nodeValue": "",
+ "childNodeCount": 0,
+ "children": [],
+ "attributes": [
+ "src",
+ "resources/iframe.html"
+ ],
+ "frameId": "???",
+ "contentDocument": {
+ "nodeId": 24,
+ "nodeType": 9,
+ "nodeName": "#document",
+ "localName": "",
+ "nodeValue": "",
+ "childNodeCount": 1,
+ "children": [
+ {
+ "nodeId": 25,
+ "nodeType": 1,
+ "nodeName": "HTML",
+ "localName": "html",
+ "nodeValue": "",
+ "childNodeCount": 2,
+ "children": [
+ {
+ "nodeId": 26,
+ "nodeType": 1,
+ "nodeName": "HEAD",
+ "localName": "head",
+ "nodeValue": "",
+ "childNodeCount": 0,
+ "children": [],
+ "attributes": []
+ },
+ {
+ "nodeId": 27,
+ "nodeType": 1,
+ "nodeName": "BODY",
+ "localName": "body",
+ "nodeValue": "",
+ "childNodeCount": 1,
+ "children": [
+ {
+ "nodeId": 28,
+ "nodeType": 1,
+ "nodeName": "DIV",
+ "localName": "div",
+ "nodeValue": "",
+ "childNodeCount": 0,
+ "children": [],
+ "attributes": [
+ "id",
+ "element_in_an_iframe"
+ ]
+ }
+ ],
+ "attributes": []
+ }
+ ],
+ "attributes": [],
+ "frameId": "???"
+ }
+ ],
+ "documentURL": "???",
+ "baseURL": "???",
+ "xmlVersion": ""
+ }
+ }
+ ],
+ "attributes": [
+ "id",
+ "depth-3"
+ ]
+ }
+ ],
+ "attributes": [
+ "id",
+ "depth-2"
+ ]
+ }
+ ],
+ "attributes": [
+ "id",
+ "depth-1"
+ ]
+ }
+ ],
+ "attributes": []
+}
+

Powered by Google App Engine
This is Rietveld 408576698