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

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

Issue 900903002: DevTools: do not use Internals for inspector highlight tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comment addressed. Created 5 years, 10 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
1 1
2 div: { 2 div{
3 "paths": [ 3 "paths": [
4 { 4 {
5 "path": ["M", 205, 100, "L", 205, 180, "L", 105, 180, "L", 105, 100, "Z"], 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 ],
6 "fillColor": "rgba(255, 0, 0, 0)", 20 "fillColor": "rgba(255, 0, 0, 0)",
7 "outlineColor": "rgba(128, 0, 0, 0)" 21 "outlineColor": "rgba(128, 0, 0, 0)"
8 }, 22 },
9 { 23 {
10 "path": ["M", 205, 100, "L", 205, 180, "L", 105, 180, "L", 105, 100, "Z"], 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 ],
11 "fillColor": "rgba(0, 255, 0, 0)" 39 "fillColor": "rgba(0, 255, 0, 0)"
12 }, 40 },
13 { 41 {
14 "path": ["M", 205, 100, "L", 205, 180, "L", 105, 180, "L", 105, 100, "Z"], 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 ],
15 "fillColor": "rgba(0, 0, 255, 0)" 57 "fillColor": "rgba(0, 0, 255, 0)"
16 }, 58 },
17 { 59 {
18 "path": ["M", 205, 100, "L", 205, 180, "L", 105, 180, "L", 105, 100, "Z"], 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 ],
19 "fillColor": "rgba(255, 255, 255, 0)" 75 "fillColor": "rgba(255, 255, 255, 0)"
20 } 76 }
21 ], 77 ],
22 "showRulers": true, 78 "showRulers": true,
23 "showExtensionLines": true, 79 "showExtensionLines": true,
24 "elementInfo": { 80 "elementInfo": {
25 "tagName": "div", 81 "tagName": "div",
26 "idValue": "div", 82 "idValue": "div",
27 "nodeWidth": "100", 83 "nodeWidth": "100",
28 "nodeHeight": "80" 84 "nodeHeight": "80"
29 } 85 }
30 } 86 }
31 87
32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698