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

Side by Side Diff: LayoutTests/inspector/elements/highlight-node-scaled-and-scrolled-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 -558,
8 -396,
9 "L",
10 -492,
11 -396,
12 "L",
13 -492,
14 -308,
15 "L",
16 -558,
17 -308,
18 "Z"
19 ],
20 "fillColor": "rgba(255, 0, 0, 0)",
21 "outlineColor": "rgba(128, 0, 0, 0)"
22 },
23 {
24 "path": [
25 "M",
26 -584,
27 -422,
28 "L",
29 -466,
30 -422,
31 "L",
32 -466,
33 -282,
34 "L",
35 -584,
36 -282,
37 "Z"
38 ],
39 "fillColor": "rgba(0, 255, 0, 0)"
40 },
41 {
42 "path": [
43 "M",
44 -594,
45 -432,
46 "L",
47 -456,
48 -432,
49 "L",
50 -456,
51 -272,
52 "L",
53 -594,
54 -272,
55 "Z"
56 ],
57 "fillColor": "rgba(0, 0, 255, 0)"
58 },
59 {
60 "path": [
61 "M",
62 -608,
63 -446,
64 "L",
65 -442,
66 -446,
67 "L",
68 -442,
69 -258,
70 "L",
71 -608,
72 -258,
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