Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / highlight / highlight-svg-root-zoomed-expected.txt
blob91fdca77bc136107e7fb6657252620e1503c4035
1 This test verifies the position and size of the highlight rectangles overlayed on an SVG root element when the page is zoomed.
3 svg-root{
4   "paths": [
5     {
6       "path": [
7         "M",
8         156,
9         168,
10         "L",
11         276,
12         168,
13         "L",
14         276,
15         408,
16         "L",
17         156,
18         408,
19         "Z"
20       ],
21       "fillColor": "rgba(255, 0, 0, 0)",
22       "outlineColor": "rgba(128, 0, 0, 0)",
23       "name": "content"
24     },
25     {
26       "path": [
27         "M",
28         96,
29         108,
30         "L",
31         336,
32         108,
33         "L",
34         336,
35         468,
36         "L",
37         96,
38         468,
39         "Z"
40       ],
41       "fillColor": "rgba(0, 255, 0, 0)",
42       "name": "padding"
43     },
44     {
45       "path": [
46         "M",
47         48,
48         60,
49         "L",
50         384,
51         60,
52         "L",
53         384,
54         516,
55         "L",
56         48,
57         516,
58         "Z"
59       ],
60       "fillColor": "rgba(0, 0, 255, 0)",
61       "name": "border"
62     },
63     {
64       "path": [
65         "M",
66         12,
67         24,
68         "L",
69         420,
70         24,
71         "L",
72         420,
73         552,
74         "L",
75         12,
76         552,
77         "Z"
78       ],
79       "fillColor": "rgba(255, 255, 255, 0)",
80       "name": "margin"
81     }
82   ],
83   "showRulers": true,
84   "showExtensionLines": true,
85   "elementInfo": {
86     "tagName": "svg",
87     "idValue": "svg-root",
88     "nodeWidth": "280",
89     "nodeHeight": "380"
90   },
91   "displayAsMaterial": false