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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/elements/highlight-node-scaled-expected.txt
diff --git a/LayoutTests/inspector/elements/highlight-node-scaled-expected.txt b/LayoutTests/inspector/elements/highlight-node-scaled-expected.txt
index 1153f97d40452b1973a420aa06a83d6e4b30c3da..ec1d0d7b70662be02f61142e1a23f556ece75c83 100644
--- a/LayoutTests/inspector/elements/highlight-node-scaled-expected.txt
+++ b/LayoutTests/inspector/elements/highlight-node-scaled-expected.txt
@@ -1,6 +1,26 @@
-margin rect is 83 x 94 at (96, 77)
-border rect is 69 x 80 at (103, 84)
-padding rect is 59 x 70 at (108, 89)
-content rect is 33 x 44 at (121, 102)
+div: {
+ "paths": [
+ {
+ "path": ["M", 121, 102, "L", 154, 102, "L", 154, 146, "L", 121, 146, "Z"],
+ "fillColor": "rgba(255, 0, 0, 0)",
+ "outlineColor": "rgba(128, 0, 0, 0)"
+ },
+ {
+ "path": ["M", 108, 89, "L", 167, 89, "L", 167, 159, "L", 108, 159, "Z"],
+ "fillColor": "rgba(0, 255, 0, 0)"
+ },
+ {
+ "path": ["M", 103, 84, "L", 172, 84, "L", 172, 164, "L", 103, 164, "Z"],
+ "fillColor": "rgba(0, 0, 255, 0)"
+ },
+ {
+ "path": ["M", 96, 77, "L", 179, 77, "L", 179, 171, "L", 96, 171, "Z"],
+ "fillColor": "rgba(255, 255, 255, 0)"
+ }
+ ],
+ "showRulers": true,
+ "showExtensionLines": true
+}
+
« 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