| OLD | NEW |
| 1 This test verifies the position and size of the highlight rectangles overlayed o
n an SVG root element when the page is zoomed. | 1 This test verifies the position and size of the highlight rectangles overlayed o
n an SVG root element when the page is zoomed. |
| 2 | 2 |
| 3 margin rect is 408 x 528 at (12, 24) | 3 svg-root: { |
| 4 border rect is 336 x 456 at (48, 60) | 4 "paths": [ |
| 5 padding rect is 240 x 360 at (96, 108) | 5 { |
| 6 content rect is 120 x 240 at (156, 168) | 6 "path": ["M", 156, 168, "L", 276, 168, "L", 276, 408, "L", 156, 408, "Z"], |
| 7 "fillColor": "rgba(0, 0, 0, 0)" |
| 8 }, |
| 9 { |
| 10 "path": ["M", 96, 108, "L", 336, 108, "L", 336, 468, "L", 96, 468, "Z"], |
| 11 "fillColor": "rgba(0, 0, 0, 0)" |
| 12 }, |
| 13 { |
| 14 "path": ["M", 48, 60, "L", 384, 60, "L", 384, 516, "L", 48, 516, "Z"], |
| 15 "fillColor": "rgba(0, 0, 0, 0)" |
| 16 }, |
| 17 { |
| 18 "path": ["M", 12, 24, "L", 420, 24, "L", 420, 552, "L", 12, 552, "Z"], |
| 19 "fillColor": "rgba(0, 0, 0, 0)" |
| 20 } |
| 21 ], |
| 22 "showRulers": true, |
| 23 "showExtensionLines": true |
| 24 } |
| 7 | 25 |
| 26 |
| OLD | NEW |