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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 "showExtensionLines": true, | 166 "showExtensionLines": true, |
167 "elementInfo": { | 167 "elementInfo": { |
168 "tagName": "div", | 168 "tagName": "div", |
169 "idValue": "inspectedElement2", | 169 "idValue": "inspectedElement2", |
170 "className": ".inspected", | 170 "className": ".inspected", |
171 "nodeWidth": "250", | 171 "nodeWidth": "250", |
172 "nodeHeight": "250" | 172 "nodeHeight": "250" |
173 } | 173 } |
174 } | 174 } |
175 | 175 |
OLD | NEW |