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

Side by Side Diff: LayoutTests/inspector/elements/highlight-node-scaled-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 1
2 margin rect is 83 x 94 at (96, 77) 2 div: {
3 border rect is 69 x 80 at (103, 84) 3 "paths": [
4 padding rect is 59 x 70 at (108, 89) 4 {
5 content rect is 33 x 44 at (121, 102) 5 "path": ["M", 121, 102, "L", 154, 102, "L", 154, 146, "L", 121, 146, "Z"],
6 "fillColor": "rgba(0, 0, 0, 0)"
7 },
8 {
9 "path": ["M", 108, 89, "L", 167, 89, "L", 167, 159, "L", 108, 159, "Z"],
10 "fillColor": "rgba(0, 0, 0, 0)"
11 },
12 {
13 "path": ["M", 103, 84, "L", 172, 84, "L", 172, 164, "L", 103, 164, "Z"],
14 "fillColor": "rgba(0, 0, 0, 0)"
15 },
16 {
17 "path": ["M", 96, 77, "L", 179, 77, "L", 179, 171, "L", 96, 171, "Z"],
18 "fillColor": "rgba(0, 0, 0, 0)"
19 }
20 ],
21 "showRulers": true,
22 "showExtensionLines": true
23 }
6 24
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698