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

Side by Side Diff: LayoutTests/svg/as-image/overflow-auto-expected.html

Issue 277563004: [SVG2] overflow should be ignored in img and background-image. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add comment Created 6 years, 7 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 <style type="text/css">
5 .test-class {
6 margin: 50px auto;
7 background-size: contain;
8 }
9 </style>
10 </head>
11 <body>
12 <div style="width: 100%;">
13 <img class="test-class" style="width:60px; height:60px;" src="resources/overflow-hidden.svg">
14 <img class="test-class" style="width:40px; height:40px;" src="resources/overflow-hidden.svg">
15 <img class="test-class" style="width:28px; height:28px;" src="resources/overflow-hidden.svg">
16 </div>
17 </body>
18 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/as-image/overflow-auto.html ('k') | LayoutTests/svg/as-image/resources/overflow-auto.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698