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

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: 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 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(255, 0, 0, 0)",
7 "outlineColor": "rgba(128, 0, 0, 0)"
8 },
9 {
10 "path": ["M", 108, 89, "L", 167, 89, "L", 167, 159, "L", 108, 159, "Z"],
11 "fillColor": "rgba(0, 255, 0, 0)"
12 },
13 {
14 "path": ["M", 103, 84, "L", 172, 84, "L", 172, 164, "L", 103, 164, "Z"],
15 "fillColor": "rgba(0, 0, 255, 0)"
16 },
17 {
18 "path": ["M", 96, 77, "L", 179, 77, "L", 179, 171, "L", 96, 171, "Z"],
19 "fillColor": "rgba(255, 255, 255, 0)"
20 }
21 ],
22 "showRulers": true,
23 "showExtensionLines": true
24 }
6 25
26
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/highlight-node-scaled.html ('k') | LayoutTests/inspector/elements/highlight-node-scroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698