Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / highlight / highlight-node-expected.txt
blobdef655f1cd773cb2c18ae03c14dea85e638422dd
1 This test verifies the position and size of the highlight rectangles overlayed on an inspected div.
3 inspectedElement{
4   "paths": [
5     {
6       "path": [
7         "M",
8         30,
9         30,
10         "L",
11         230,
12         30,
13         "L",
14         230,
15         230,
16         "L",
17         30,
18         230,
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         245,
32         15,
33         "L",
34         245,
35         245,
36         "L",
37         15,
38         245,
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         255,
51         5,
52         "L",
53         255,
54         255,
55         "L",
56         5,
57         255,
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         260,
70         0,
71         "L",
72         260,
73         260,
74         "L",
75         0,
76         260,
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": "div",
87     "idValue": "inspectedElement",
88     "nodeWidth": "250",
89     "nodeHeight": "250"
90   },
91   "displayAsMaterial": false