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

Side by Side Diff: LayoutTests/svg/as-image/same-source-different-height.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
« no previous file with comments | « no previous file | LayoutTests/svg/as-image/same-source-different-height-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" type="image/svg+xml" style="width:100px; hei ght:100px;">
10 </body>
11 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/as-image/same-source-different-height-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698