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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-request-document-with-child-nodes-expected.txt

Issue 2962753002: [DevTools] Unflake some of inspector-protocol tests (Closed)
Patch Set: Created 3 years, 5 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 1
2 { 2 {
3 id : <messageId> 3 id : <messageId>
4 result : { 4 result : {
5 root : { 5 root : {
6 backendNodeId : <backendNodeId> 6 backendNodeId : <backendNodeId>
7 baseURL : <baseURL> 7 baseURL : <baseURL>
8 childNodeCount : 1 8 childNodeCount : 1
9 children : [ 9 children : [
10 [0] : { 10 [0] : {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 attributes : [ 53 attributes : [
54 [0] : id 54 [0] : id
55 [1] : depth-3 55 [1] : depth-3
56 ] 56 ]
57 backendNodeId : <backendNode Id> 57 backendNodeId : <backendNode Id>
58 childNodeCount : 1 58 childNodeCount : 1
59 children : [ 59 children : [
60 [0] : { 60 [0] : {
61 attributes : [ 61 attributes : [
62 [0] : src 62 [0] : src
63 [1] : ../dom/res ources/shadow-dom-iframe.html 63 [1] : ./shadow-d om-iframe.html
64 ] 64 ]
65 backendNodeId : <bac kendNodeId> 65 backendNodeId : <bac kendNodeId>
66 childNodeCount : 0 66 childNodeCount : 0
67 children : [ 67 children : [
68 ] 68 ]
69 contentDocument : { 69 contentDocument : {
70 backendNodeId : <backendNodeId> 70 backendNodeId : <backendNodeId>
71 baseURL : <baseU RL> 71 baseURL : <baseU RL>
72 childNodeCount : 1 72 childNodeCount : 1
73 children : [ 73 children : [
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 localName : 287 localName :
288 nodeId : <nodeId> 288 nodeId : <nodeId>
289 nodeName : #document 289 nodeName : #document
290 nodeType : 9 290 nodeType : 9
291 nodeValue : 291 nodeValue :
292 xmlVersion : 292 xmlVersion :
293 } 293 }
294 } 294 }
295 } 295 }
296 296
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698