OLD | NEW |
1 This test verifies the position and size of the highlight rectangles overlayed o
n an inspected div in the scrolled view. | 1 This test verifies the position and size of the highlight rectangles overlayed o
n an inspected div in the scrolled view. |
2 | 2 |
3 inspectedElement1{ | 3 inspectedElement1{ |
4 "paths": [ | 4 "paths": [ |
5 { | 5 { |
6 "path": [ | 6 "path": [ |
7 "M", | 7 "M", |
8 -12, | 8 -12, |
9 -62, | 9 -62, |
10 "L", | 10 "L", |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 } | 81 } |
82 ], | 82 ], |
83 "showRulers": true, | 83 "showRulers": true, |
84 "showExtensionLines": true, | 84 "showExtensionLines": true, |
85 "elementInfo": { | 85 "elementInfo": { |
86 "tagName": "div", | 86 "tagName": "div", |
87 "idValue": "inspectedElement1", | 87 "idValue": "inspectedElement1", |
88 "className": ".inspected", | 88 "className": ".inspected", |
89 "nodeWidth": "250", | 89 "nodeWidth": "250", |
90 "nodeHeight": "250" | 90 "nodeHeight": "250" |
91 } | 91 }, |
| 92 "displayAsMaterial": false |
92 } | 93 } |
93 inspectedElement2{ | 94 inspectedElement2{ |
94 "paths": [ | 95 "paths": [ |
95 { | 96 { |
96 "path": [ | 97 "path": [ |
97 "M", | 98 "M", |
98 -72, | 99 -72, |
99 148, | 100 148, |
100 "L", | 101 "L", |
101 128, | 102 128, |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 } | 172 } |
172 ], | 173 ], |
173 "showRulers": true, | 174 "showRulers": true, |
174 "showExtensionLines": true, | 175 "showExtensionLines": true, |
175 "elementInfo": { | 176 "elementInfo": { |
176 "tagName": "div", | 177 "tagName": "div", |
177 "idValue": "inspectedElement2", | 178 "idValue": "inspectedElement2", |
178 "className": ".inspected", | 179 "className": ".inspected", |
179 "nodeWidth": "250", | 180 "nodeWidth": "250", |
180 "nodeHeight": "250" | 181 "nodeHeight": "250" |
181 } | 182 }, |
| 183 "displayAsMaterial": false |
182 } | 184 } |
183 | 185 |
OLD | NEW |