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

Unified Diff: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector-protocol/dom/dom-request-child-nodes-traverse-frames-expected.txt

Issue 2668403004: DevTools: rebaseline DOM / CSS / Elements tests (Closed)
Patch Set: remove ax baselines Created 3 years, 10 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/Source/devtools/tests/baseline/protocol-1.2/inspector-protocol/dom/dom-request-child-nodes-traverse-frames-expected.txt
diff --git a/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector-protocol/dom/dom-request-child-nodes-traverse-frames-expected.txt b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector-protocol/dom/dom-request-child-nodes-traverse-frames-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..455fbe22a8792935d1454ae1fe3123b9860beaf3
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector-protocol/dom/dom-request-child-nodes-traverse-frames-expected.txt
@@ -0,0 +1,77 @@
+
+{
+ "method": "DOM.setChildNodes",
+ "params": {
+ "parentId": 13,
+ "nodes": [
+ {
+ "nodeId": 14,
+ "nodeType": 1,
+ "nodeName": "DIV",
+ "localName": "div",
+ "nodeValue": "",
+ "childNodeCount": 1,
+ "children": [
+ {
+ "nodeId": 15,
+ "nodeType": 1,
+ "nodeName": "DIV",
+ "localName": "div",
+ "nodeValue": "",
+ "childNodeCount": 1,
+ "children": [
+ {
+ "nodeId": 16,
+ "nodeType": 1,
+ "nodeName": "DIV",
+ "localName": "div",
+ "nodeValue": "",
+ "childNodeCount": 1,
+ "children": [
+ {
+ "nodeId": 17,
+ "nodeType": 1,
+ "nodeName": "IFRAME",
+ "localName": "iframe",
+ "nodeValue": "",
+ "childNodeCount": 0,
+ "children": [],
+ "attributes": [
+ "src",
+ "resources/iframe.html"
+ ],
+ "frameId": "???",
+ "contentDocument": {
+ "nodeId": 18,
+ "nodeType": 9,
+ "nodeName": "#document",
+ "localName": "",
+ "nodeValue": "",
+ "childNodeCount": 1,
+ "documentURL": "???",
+ "baseURL": "???",
+ "xmlVersion": ""
+ }
+ }
+ ],
+ "attributes": [
+ "id",
+ "depth-3"
+ ]
+ }
+ ],
+ "attributes": [
+ "id",
+ "depth-2"
+ ]
+ }
+ ],
+ "attributes": [
+ "id",
+ "depth-1"
+ ]
+ }
+ ]
+ }
+}
+

Powered by Google App Engine
This is Rietveld 408576698