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

Side by Side Diff: LayoutTests/fast/backgrounds/size/zero.html

Issue 659913003: Background image should clamp to minimum size(1, 1) after scale. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed the regressions Created 6 years, 1 month 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
1 <style> 1 <style>
2 div { width: 100px; height: 100px; margin: 8px; background-image: url(resour ces/blue-2x32.png); border: solid; } 2 div { width: 100px; height: 100px; margin: 8px; background-image: url(resour ces/blue-2x32.png); border: solid; }
3 </style> 3 </style>
4 <p> 4 <p>
5 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15750">REGRESSIO N(r27173): Web Inspector freezes beneath Image::drawPattern()</a> Bug</i>. 5 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15750">REGRESSIO N(r27173): Web Inspector freezes beneath Image::drawPattern()</a> Bug</i>.
6 </p> 6 </p>
7 <p> 7 <p>
8 There should be four empty squares with black borders. WebKit should not han g or assert. 8 There should be three empty squares with black borders and the last one shou ld have blue background. WebKit should not hang or assert.
9 </p> 9 </p>
10 <div style="background-size: 0 0;"></div> 10 <div style="background-size: 0 0;"></div>
11 <div style="background-size: 0 32px;"></div> 11 <div style="background-size: 0 32px;"></div>
12 <div style="background-size: 2px 0;"></div> 12 <div style="background-size: 2px 0;"></div>
13 <div style="background-size: auto 8px;"></div> 13 <div style="background-size: auto 8px;"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698