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

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

Issue 2633343003: Adds DOM.getFlatDocument which returns an array of nodes (Closed)
Patch Set: Fix headless browser test Created 3 years, 10 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 Node: { 1 Node: {
2 attributes : [ 2 attributes : [
3 [0] : style 3 [0] : style
4 [1] : position:absolute;top:0;left:0;width:100;height:100 4 [1] : position:absolute;top:0;left:0;width:100;height:100
5 ] 5 ]
6 backendNodeId : <number> 6 backendNodeId : <number>
7 childNodeCount : 0 7 childNodeCount : 0
8 localName : div 8 localName : div
9 nodeName : DIV 9 nodeName : DIV
10 nodeType : 1 10 nodeType : 1
11 nodeValue : 11 nodeValue :
12 parentId : 4
12 } 13 }
13 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698