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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-getNodeForLocation-skip-shadow-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-skip-shadow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-getNodeForLocation-skip-shadow-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-getNodeForLocation-skip-shadow-expected.txt
index 55d64d6aa241f4e0de8bcd70f9b42277d3c2750a..6de23ac88f5dda09da580560242de6777fcced1b 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-getNodeForLocation-skip-shadow-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-getNodeForLocation-skip-shadow-expected.txt
@@ -6,21 +6,22 @@ Node: {
[2] : style
[3] : position:absolute;top:0;left:0;width:100;height:100
]
- backendNodeId : <number>
+ backendNodeId : <backendNodeId>
childNodeCount : 0
children : [
]
localName : input
+ nodeId : <nodeId>
nodeName : INPUT
nodeType : 1
nodeValue :
- parentId : <number>
+ parentId : <parentId>
shadowRoots : [
[0] : {
- backendNodeId : <number>
+ backendNodeId : <backendNodeId>
childNodeCount : 1
localName :
- nodeId : <number>
+ nodeId : <nodeId>
nodeName : #document-fragment
nodeType : 11
nodeValue :

Powered by Google App Engine
This is Rietveld 408576698