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

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

Issue 2763913002: Allow DOM.getNodeForLocation to skip to nearest non-shadow ancestor (Closed)
Patch Set: Use Common.moduleSettings value to in/exclude UA shadow dom Created 3 years, 9 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
(Empty)
1
2 Node: {
3 attributes : [
4 [0] : type
5 [1] : text
6 [2] : style
7 [3] : position:absolute;top:0;left:0;width:100;height:100
8 ]
9 backendNodeId : <number>
10 childNodeCount : 0
11 children : [
12 ]
13 localName : input
14 nodeName : INPUT
15 nodeType : 1
16 nodeValue :
17 parentId : <number>
18 shadowRoots : [
19 [0] : {
20 backendNodeId : <number>
21 childNodeCount : 1
22 localName :
23 nodeId : <number>
24 nodeName : #document-fragment
25 nodeType : 11
26 nodeValue :
27 shadowRootType : user-agent
28 }
29 ]
30 }
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698