Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / highlight / highlight-svg-root-expected.txt
blob17c8f5c36cdef90f22413d2f3d534ec23b5b01e5
1 This test verifies the position and size of the highlight rectangles overlayed on an SVG root element.
3 svg-root{
4   "paths": [
5     {
6       "path": [
7         "M",
8         30,
9         30,
10         "L",
11         130,
12         30,
13         "L",
14         130,
15         130,
16         "L",
17         30,
18         130,
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         15,
29         15,
30         "L",
31         145,
32         15,
33         "L",
34         145,
35         145,
36         "L",
37         15,
38         145,
39         "Z"
40       ],
41       "fillColor": "rgba(0, 255, 0, 0)",
42       "name": "padding"
43     },
44     {
45       "path": [
46         "M",
47         5,
48         5,
49         "L",
50         155,
51         5,
52         "L",
53         155,
54         155,
55         "L",
56         5,
57         155,
58         "Z"
59       ],
60       "fillColor": "rgba(0, 0, 255, 0)",
61       "name": "border"
62     },
63     {
64       "path": [
65         "M",
66         0,
67         0,
68         "L",
69         160,
70         0,
71         "L",
72         160,
73         160,
74         "L",
75         0,
76         160,
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": "150",
89     "nodeHeight": "150"
90   },
91   "displayAsMaterial": false