Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 : 5 | |
|
pfeldman
2017/03/22 01:11:02
You should mask id (use <number>) in case test is
| |
| 18 shadowRoots : [ | |
| 19 [0] : { | |
| 20 backendNodeId : <number> | |
| 21 childNodeCount : 1 | |
| 22 localName : | |
| 23 nodeId : 7 | |
|
pfeldman
2017/03/22 01:11:02
ditto
| |
| 24 nodeName : #document-fragment | |
| 25 nodeType : 11 | |
| 26 nodeValue : | |
| 27 shadowRootType : user-agent | |
| 28 } | |
| 29 ] | |
| 30 } | |
| 31 | |
| OLD | NEW |