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

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: Testing Created 6 years, 2 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 ["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(0, 0, 0, 0)"
10 },
11 {
12 "path": ["M", 24, 24, "L", 152, 24, "L", 152, 152, "L", 24, 152, "Z"],
13 "fillColor": "rgba(0, 0, 0, 0)"
14 },
15 {
16 "path": ["M", 24, 24, "L", 152, 24, "L", 152, 152, "L", 24, 152, "Z"],
17 "fillColor": "rgba(0, 0, 0, 0)"
18 },
19 {
20 "path": ["M", 24, 24, "L", 152, 24, "L", 152, 152, "L", 24, 152, "Z"],
21 "fillColor": "rgba(0, 0, 0, 0)"
22 },
23 {
24 "path": ["M", 8, 8, "L", 168, 8, "L", 168, 168, "L", 8, 168, "Z"],
25 "fillColor": "rgba(0, 0, 0, 0)"
26 }
27 ],
28 "showRulers": true,
29 "showExtensionLines": true
30 }
3 31
32 circle: {
33 "paths": [
34 {
35 "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"],
36 "fillColor": "rgba(0, 0, 0, 0)"
37 },
38 {
39 "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"],
40 "fillColor": "rgba(0, 0, 0, 0)"
41 },
42 {
43 "path": ["M", 24, 24, "L", 152, 24, "L", 152, 152, "L", 24, 152, "Z"],
44 "fillColor": "rgba(0, 0, 0, 0)"
45 },
46 {
47 "path": ["M", 24, 24, "L", 152, 24, "L", 152, 152, "L", 24, 152, "Z"],
48 "fillColor": "rgba(0, 0, 0, 0)"
49 },
50 {
51 "path": ["M", 24, 24, "L", 152, 24, "L", 152, 152, "L", 24, 152, "Z"],
52 "fillColor": "rgba(0, 0, 0, 0)"
53 },
54 {
55 "path": ["M", 8, 8, "L", 168, 8, "L", 168, 168, "L", 8, 168, "Z"],
56 "fillColor": "rgba(0, 0, 0, 0)"
57 }
58 ],
59 "showRulers": true,
60 "showExtensionLines": true
61 }
62
63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698