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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <head>
3 <title>Reference for svgView linking</title>
4 <style>
5 .example { width: 200px; height: 200px; border: 2px solid black; display: inli ne-block; margin: 20px; }
6 </style>
7 </head>
8 <iframe class="example" src="resources/svglogo.svg"></iframe>
9 <iframe class="example" src="resources/svglogo-scale2.svg"></iframe>
10 <iframe class="example" src="resources/svglogo-viewbox.svg"></iframe>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698