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

Unified 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 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
new file mode 100644
index 0000000000000000000000000000000000000000..55d64d6aa241f4e0de8bcd70f9b42277d3c2750a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-getNodeForLocation-skip-shadow-expected.txt
@@ -0,0 +1,31 @@
+
+Node: {
+ attributes : [
+ [0] : type
+ [1] : text
+ [2] : style
+ [3] : position:absolute;top:0;left:0;width:100;height:100
+ ]
+ backendNodeId : <number>
+ childNodeCount : 0
+ children : [
+ ]
+ localName : input
+ nodeName : INPUT
+ nodeType : 1
+ nodeValue :
+ parentId : <number>
+ shadowRoots : [
+ [0] : {
+ backendNodeId : <number>
+ childNodeCount : 1
+ localName :
+ nodeId : <number>
+ nodeName : #document-fragment
+ nodeType : 11
+ nodeValue :
+ shadowRootType : user-agent
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698