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

Side by Side Diff: LayoutTests/svg/as-image/same-source-different-height-expected.html

Issue 18180008: Fix SVG relayout problem that occurs when only the viewport height changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Same SVG source, different image heights</title>
5 </head>
6 <body>
7 <p>There should be <em>two</em> blue circles below.</p>
8 <img src="resources/circle.svg" type="image/svg+xml" style="width:100px; hei ght:300px;">
9 <img src="resources/circle.svg?different-url" type="image/svg+xml" style="wi dth:100px; height:100px;">
10 </body>
11 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/as-image/same-source-different-height.html ('k') | Source/core/rendering/RenderView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698