Chromium Code Reviews| 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..449fde2b8b45574356798e825c295209686ba16a |
| --- /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 : 5 |
|
pfeldman
2017/03/22 01:11:02
You should mask id (use <number>) in case test is
|
| + shadowRoots : [ |
| + [0] : { |
| + backendNodeId : <number> |
| + childNodeCount : 1 |
| + localName : |
| + nodeId : 7 |
|
pfeldman
2017/03/22 01:11:02
ditto
|
| + nodeName : #document-fragment |
| + nodeType : 11 |
| + nodeValue : |
| + shadowRootType : user-agent |
| + } |
| + ] |
| +} |
| + |