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

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: rebase + add comment Created 5 years, 11 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
« no previous file with comments | « LayoutTests/svg/as-image/svgview-references.html ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « LayoutTests/svg/as-image/svgview-references.html ('k') | Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698