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

Side by Side 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, 5 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 unified diff | Download patch
OLDNEW
1 1
2 Node: { 2 Node: {
3 attributes : [ 3 attributes : [
4 [0] : type 4 [0] : type
5 [1] : text 5 [1] : text
6 [2] : style 6 [2] : style
7 [3] : position:absolute;top:0;left:0;width:100;height:100 7 [3] : position:absolute;top:0;left:0;width:100;height:100
8 ] 8 ]
9 backendNodeId : <number> 9 backendNodeId : <backendNodeId>
10 childNodeCount : 0 10 childNodeCount : 0
11 children : [ 11 children : [
12 ] 12 ]
13 localName : input 13 localName : input
14 nodeId : <nodeId>
14 nodeName : INPUT 15 nodeName : INPUT
15 nodeType : 1 16 nodeType : 1
16 nodeValue : 17 nodeValue :
17 parentId : <number> 18 parentId : <parentId>
18 shadowRoots : [ 19 shadowRoots : [
19 [0] : { 20 [0] : {
20 backendNodeId : <number> 21 backendNodeId : <backendNodeId>
21 childNodeCount : 1 22 childNodeCount : 1
22 localName : 23 localName :
23 nodeId : <number> 24 nodeId : <nodeId>
24 nodeName : #document-fragment 25 nodeName : #document-fragment
25 nodeType : 11 26 nodeType : 11
26 nodeValue : 27 nodeValue :
27 shadowRootType : user-agent 28 shadowRootType : user-agent
28 } 29 }
29 ] 30 ]
30 } 31 }
31 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698