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

Unified Diff: LayoutTests/inspector/elements/resources/highlight-svg-content-iframe.html

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/resources/highlight-svg-content-iframe.html
diff --git a/LayoutTests/inspector/elements/resources/highlight-svg-content-iframe.html b/LayoutTests/inspector/elements/resources/highlight-svg-content-iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..5392a5f15919c48d91cfedacd515e016a1b46cb5
--- /dev/null
+++ b/LayoutTests/inspector/elements/resources/highlight-svg-content-iframe.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+<style>
+body {
+ margin: 0;
+}
+</style>
+</head>
+
+<body>
+<svg width="200px" height="200px">
+ <rect id="svg-rect" x="30" y="70" width="60" height="80" stroke="none"></rect>
+</svg>
+</body>
+
« no previous file with comments | « LayoutTests/inspector/elements/highlight-svg-root-zoomed-expected.txt ('k') | Source/core/inspector/InspectorController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698