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

Side by Side Diff: LayoutTests/inspector/elements/highlight-node-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 This test verifies the position and size of the highlight rectangles overlayed o n an inspected div. 1 This test verifies the position and size of the highlight rectangles overlayed o n an inspected div.
2 2
3 margin rect is 260 x 260 at (0, 0) 3 inspectedElement: {
4 border rect is 250 x 250 at (5, 5) 4 "paths": [
5 padding rect is 230 x 230 at (15, 15) 5 {
6 content rect is 200 x 200 at (30, 30) 6 "path": ["M", 30, 30, "L", 230, 30, "L", 230, 230, "L", 30, 230, "Z"],
7 "fillColor": "rgba(255, 0, 0, 0)",
8 "outlineColor": "rgba(128, 0, 0, 0)"
9 },
10 {
11 "path": ["M", 15, 15, "L", 245, 15, "L", 245, 245, "L", 15, 245, "Z"],
12 "fillColor": "rgba(0, 255, 0, 0)"
13 },
14 {
15 "path": ["M", 5, 5, "L", 255, 5, "L", 255, 255, "L", 5, 255, "Z"],
16 "fillColor": "rgba(0, 0, 255, 0)"
17 },
18 {
19 "path": ["M", 0, 0, "L", 260, 0, "L", 260, 260, "L", 0, 260, "Z"],
20 "fillColor": "rgba(255, 255, 255, 0)"
21 }
22 ],
23 "showRulers": true,
24 "showExtensionLines": true
25 }
7 26
27
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/highlight-node.html ('k') | LayoutTests/inspector/elements/highlight-node-scaled.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698