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

Side by Side Diff: LayoutTests/inspector/elements/highlight-node-transformed-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 205,
8 100,
9 "L",
10 205,
11 180,
12 "L",
13 105,
14 180,
15 "L",
16 105,
17 100,
18 "Z"
19 ],
20 "fillColor": "rgba(255, 0, 0, 0)",
21 "outlineColor": "rgba(128, 0, 0, 0)"
22 },
23 {
24 "path": [
25 "M",
26 205,
27 100,
28 "L",
29 205,
30 180,
31 "L",
32 105,
33 180,
34 "L",
35 105,
36 100,
37 "Z"
38 ],
39 "fillColor": "rgba(0, 255, 0, 0)"
40 },
41 {
42 "path": [
43 "M",
44 205,
45 100,
46 "L",
47 205,
48 180,
49 "L",
50 105,
51 180,
52 "L",
53 105,
54 100,
55 "Z"
56 ],
57 "fillColor": "rgba(0, 0, 255, 0)"
58 },
59 {
60 "path": [
61 "M",
62 205,
63 100,
64 "L",
65 205,
66 180,
67 "L",
68 105,
69 180,
70 "L",
71 105,
72 100,
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": "100",
84 "nodeHeight": "80"
85 }
86 }
87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698