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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-getNodeForLocation-expected.txt

Issue 2955943002: DevTools: migrate inspector-protocol/dom tests to a new test runner (Closed)
Patch Set: rebaseline Created 3 years, 6 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-getNodeForLocation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-getNodeForLocation-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-getNodeForLocation-expected.txt
index b081415c05d2b0db81116d53952138dcb1b1a3d2..fb083173b1e12f00cde342cfe9d5cdc3ea717728 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-getNodeForLocation-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-getNodeForLocation-expected.txt
@@ -1,14 +1,16 @@
+
Node: {
attributes : [
[0] : style
[1] : position:absolute;top:0;left:0;width:100;height:100
]
- backendNodeId : <number>
+ backendNodeId : <backendNodeId>
childNodeCount : 0
localName : div
+ nodeId : <nodeId>
nodeName : DIV
nodeType : 1
nodeValue :
- parentId : 4
+ parentId : <parentId>
}

Powered by Google App Engine
This is Rietveld 408576698