Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / highlight-node-expected.txt
1 This test verifies the position and size of the highlight rectangles overlayed on an inspected div.
2
3 inspectedElement: {
4   "paths": [
5     {
6       "path": ["M", 30, 30, "L", 230, 30, "L", 230, 230, "L", 30, 230, "Z"],
7       "fillColor": "rgba(255, 0, 0, 0)",
8       "outlineColor": "rgba(128, 0, 0, 0)"
9     },
10     {
11       "path": ["M", 15, 15, "L", 245, 15, "L", 245, 245, "L", 15, 245, "Z"],
12       "fillColor": "rgba(0, 255, 0, 0)"
13     },
14     {
15       "path": ["M", 5, 5, "L", 255, 5, "L", 255, 255, "L", 5, 255, "Z"],
16       "fillColor": "rgba(0, 0, 255, 0)"
17     },
18     {
19       "path": ["M", 0, 0, "L", 260, 0, "L", 260, 260, "L", 0, 260, "Z"],
20       "fillColor": "rgba(255, 255, 255, 0)"
21     }
22   ],
23   "showRulers": true,
24   "showExtensionLines": true
25 }
26
27