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

Side by Side 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, 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 Node: { 2 Node: {
2 attributes : [ 3 attributes : [
3 [0] : style 4 [0] : style
4 [1] : position:absolute;top:0;left:0;width:100;height:100 5 [1] : position:absolute;top:0;left:0;width:100;height:100
5 ] 6 ]
6 backendNodeId : <number> 7 backendNodeId : <backendNodeId>
7 childNodeCount : 0 8 childNodeCount : 0
8 localName : div 9 localName : div
10 nodeId : <nodeId>
9 nodeName : DIV 11 nodeName : DIV
10 nodeType : 1 12 nodeType : 1
11 nodeValue : 13 nodeValue :
12 parentId : 4 14 parentId : <parentId>
13 } 15 }
14 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698