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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/layers/get-layers-expected.txt

Issue 2954343004: [DevTools] Migrate inspector-protocol/layers tests to new harness (Closed)
Patch Set: fix test 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 [
3 { 4 {
4 "layerId": "string", 5 "layerId": "string",
5 "parentLayerId": "string", 6 "parentLayerId": "string",
6 "backendNodeId": "number", 7 "backendNodeId": "number",
7 "offsetX": 0, 8 "offsetX": 0,
8 "offsetY": 0, 9 "offsetY": 0,
9 "width": "number", 10 "width": "number",
10 "height": "number", 11 "height": "number",
11 "paintCount": "number", 12 "paintCount": "number",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "offsetX": 25, 121 "offsetX": 25,
121 "offsetY": 25, 122 "offsetY": 25,
122 "width": 50, 123 "width": 50,
123 "height": 50, 124 "height": 50,
124 "paintCount": "number", 125 "paintCount": "number",
125 "drawsContent": true 126 "drawsContent": true
126 } 127 }
127 ] 128 ]
128 DONE! 129 DONE!
129 130
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698