Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(718)

Side by Side Diff: LayoutTests/inspector/elements/highlight-node-scaled-expected.txt

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 div{
3 "paths": [
4 {
5 "path": [
6 "M",
7 242,
8 204,
9 "L",
10 308,
11 204,
12 "L",
13 308,
14 292,
15 "L",
16 242,
17 292,
18 "Z"
19 ],
20 "fillColor": "rgba(255, 0, 0, 0)",
21 "outlineColor": "rgba(128, 0, 0, 0)"
22 },
23 {
24 "path": [
25 "M",
26 216,
27 178,
28 "L",
29 334,
30 178,
31 "L",
32 334,
33 318,
34 "L",
35 216,
36 318,
37 "Z"
38 ],
39 "fillColor": "rgba(0, 255, 0, 0)"
40 },
41 {
42 "path": [
43 "M",
44 206,
45 168,
46 "L",
47 344,
48 168,
49 "L",
50 344,
51 328,
52 "L",
53 206,
54 328,
55 "Z"
56 ],
57 "fillColor": "rgba(0, 0, 255, 0)"
58 },
59 {
60 "path": [
61 "M",
62 192,
63 154,
64 "L",
65 358,
66 154,
67 "L",
68 358,
69 342,
70 "L",
71 192,
72 342,
73 "Z"
74 ],
75 "fillColor": "rgba(255, 255, 255, 0)"
76 }
77 ],
78 "showRulers": true,
79 "showExtensionLines": true,
80 "elementInfo": {
81 "tagName": "div",
82 "idValue": "div",
83 "nodeWidth": "69",
84 "nodeHeight": "80"
85 }
86 }
87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698