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

Side by Side Diff: LayoutTests/inspector/elements/highlight-css-shapes-outside-scroll-expected.txt

Issue 662603002: [DevTools] Adjust svg elements highlight to the root FrameView origin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed review comments Created 6 years, 1 month 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 ["M",88,8,"L",88,8,"C",132,8,168,44,168,88,"L",168,88,"C",168,132,132,168,88,168 ,"L",88,168,"C",44,168,8,132,8,88,"L",8,88,"C",8,44,44,8,88,8,"Z"] 1 circle: {
2 ["M",88,8,"L",88,8,"C",132,8,168,44,168,88,"L",168,88,"C",168,132,132,168,88,168 ,"L",88,168,"C",44,168,8,132,8,88,"L",8,88,"C",8,44,44,8,88,8,"Z"] 2 "paths": [
3 {
4 "path": ["M", 88, 8, "L", 88, 8, "C", 132, 8, 168, 44, 168, 88, "L", 168, 88, "C", 168, 132, 132, 168, 88, 168, "L", 88, 168, "C", 44, 168, 8, 132, 8, 88, "L", 8, 88, "C", 8, 44, 44, 8, 88, 8, "Z"],
5 "fillColor": "rgba(0, 0, 0, 0)"
6 },
7 {
8 "path": ["M", 88, -24, "L", 88, -24, "C", 150, -24, 200, 26, 200, 88, "L", 200, 88, "C", 200, 150, 150, 200, 88, 200, "L", 88, 200, "C", 26, 200, -24, 150 , -24, 88, "L", -24, 88, "C", -24, 26, 26, -24, 88, -24, "Z"],
9 "fillColor": "rgba(128, 128, 128, 0)"
10 },
11 {
12 "path": ["M", 24, 24, "L", 152, 24, "L", 152, 152, "L", 24, 152, "Z"],
13 "fillColor": "rgba(255, 0, 0, 0)",
14 "outlineColor": "rgba(128, 0, 0, 0)"
15 },
16 {
17 "path": ["M", 24, 24, "L", 152, 24, "L", 152, 152, "L", 24, 152, "Z"],
18 "fillColor": "rgba(0, 255, 0, 0)"
19 },
20 {
21 "path": ["M", 24, 24, "L", 152, 24, "L", 152, 152, "L", 24, 152, "Z"],
22 "fillColor": "rgba(0, 0, 255, 0)"
23 },
24 {
25 "path": ["M", 8, 8, "L", 168, 8, "L", 168, 168, "L", 8, 168, "Z"],
26 "fillColor": "rgba(255, 255, 255, 0)"
27 }
28 ],
29 "showRulers": true,
30 "showExtensionLines": true
31 }
3 32
33 circle: {
34 "paths": [
35 {
36 "path": ["M", 88, 8, "L", 88, 8, "C", 132, 8, 168, 44, 168, 88, "L", 168, 88, "C", 168, 132, 132, 168, 88, 168, "L", 88, 168, "C", 44, 168, 8, 132, 8, 88, "L", 8, 88, "C", 8, 44, 44, 8, 88, 8, "Z"],
37 "fillColor": "rgba(0, 0, 0, 0)"
38 },
39 {
40 "path": ["M", 88, -24, "L", 88, -24, "C", 150, -24, 200, 26, 200, 88, "L", 200, 88, "C", 200, 150, 150, 200, 88, 200, "L", 88, 200, "C", 26, 200, -24, 150 , -24, 88, "L", -24, 88, "C", -24, 26, 26, -24, 88, -24, "Z"],
41 "fillColor": "rgba(128, 128, 128, 0)"
42 },
43 {
44 "path": ["M", 24, 24, "L", 152, 24, "L", 152, 152, "L", 24, 152, "Z"],
45 "fillColor": "rgba(255, 0, 0, 0)",
46 "outlineColor": "rgba(128, 0, 0, 0)"
47 },
48 {
49 "path": ["M", 24, 24, "L", 152, 24, "L", 152, 152, "L", 24, 152, "Z"],
50 "fillColor": "rgba(0, 255, 0, 0)"
51 },
52 {
53 "path": ["M", 24, 24, "L", 152, 24, "L", 152, 152, "L", 24, 152, "Z"],
54 "fillColor": "rgba(0, 0, 255, 0)"
55 },
56 {
57 "path": ["M", 8, 8, "L", 168, 8, "L", 168, 168, "L", 8, 168, "Z"],
58 "fillColor": "rgba(255, 255, 255, 0)"
59 }
60 ],
61 "showRulers": true,
62 "showExtensionLines": true
63 }
64
65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698