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

Unified Diff: LayoutTests/svg/as-image/svgview-references-expected.html

Issue 813133004: [svg] Reset the initial view properly in SVGImage. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tweak test to avoid bug 444553 (separate issue) Created 6 years 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/svg/as-image/svgview-references-expected.html
diff --git a/LayoutTests/svg/as-image/svgview-references-expected.html b/LayoutTests/svg/as-image/svgview-references-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..7e68fe664c281399543e8a69c35fae3c420236ec
--- /dev/null
+++ b/LayoutTests/svg/as-image/svgview-references-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<head>
+ <title>Reference for svgView linking</title>
+ <style>
+ .example { width: 200px; height: 200px; border: 2px solid black; display: inline-block; margin: 20px; }
+ </style>
+</head>
+<iframe class="example" src="resources/svglogo.svg"></iframe>
+<iframe class="example" src="resources/svglogo-scale2.svg"></iframe>
+<iframe class="example" src="resources/svglogo-viewbox.svg"></iframe>

Powered by Google App Engine
This is Rietveld 408576698