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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-child-nodes-traverse-frames-expected.txt

Issue 2633343003: Adds DOM.getFlatDocument which returns an array of nodes (Closed)
Patch Set: Fix headless browser test Created 3 years, 11 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-child-nodes-traverse-frames-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-child-nodes-traverse-frames-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-child-nodes-traverse-frames-expected.txt
index bced7fb0e460088d949652db77a886c29588a4b4..5202c3a21b1dd7be256377b59fbbf005e9f2bcb9 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-child-nodes-traverse-frames-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-child-nodes-traverse-frames-expected.txt
@@ -6,6 +6,7 @@
"nodes": [
{
"nodeId": 14,
+ "parentId": 13,
"backendNodeId": "<number>",
"nodeType": 1,
"nodeName": "DIV",
@@ -15,6 +16,7 @@
"children": [
{
"nodeId": 15,
+ "parentId": 14,
"backendNodeId": "<number>",
"nodeType": 1,
"nodeName": "DIV",
@@ -24,6 +26,7 @@
"children": [
{
"nodeId": 16,
+ "parentId": 15,
"backendNodeId": "<number>",
"nodeType": 1,
"nodeName": "DIV",
@@ -33,6 +36,7 @@
"children": [
{
"nodeId": 17,
+ "parentId": 16,
"backendNodeId": "<number>",
"nodeType": 1,
"nodeName": "IFRAME",
@@ -56,6 +60,7 @@
"children": [
{
"nodeId": 19,
+ "parentId": 18,
"backendNodeId": "<number>",
"nodeType": 1,
"nodeName": "HTML",
@@ -65,6 +70,7 @@
"children": [
{
"nodeId": 20,
+ "parentId": 19,
"backendNodeId": "<number>",
"nodeType": 1,
"nodeName": "HEAD",
@@ -76,6 +82,7 @@
},
{
"nodeId": 21,
+ "parentId": 19,
"backendNodeId": "<number>",
"nodeType": 1,
"nodeName": "BODY",
@@ -85,6 +92,7 @@
"children": [
{
"nodeId": 22,
+ "parentId": 21,
"backendNodeId": "<number>",
"nodeType": 1,
"nodeName": "DIV",

Powered by Google App Engine
This is Rietveld 408576698