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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/backgrounds/size/zero.html
diff --git a/LayoutTests/fast/backgrounds/size/zero.html b/LayoutTests/fast/backgrounds/size/zero.html
index d5a6830f801a784d2d0f2e114cad149e99a91d79..2427e60bb2f859e13f0cb623998a68c3a8f1c296 100644
--- a/LayoutTests/fast/backgrounds/size/zero.html
+++ b/LayoutTests/fast/backgrounds/size/zero.html
@@ -5,7 +5,7 @@
Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=15750">REGRESSION(r27173): Web Inspector freezes beneath Image::drawPattern()</a> Bug</i>.
</p>
<p>
- There should be four empty squares with black borders. WebKit should not hang or assert.
+ There should be three empty squares with black borders and the last one should have blue background. WebKit should not hang or assert.
</p>
<div style="background-size: 0 0;"></div>
<div style="background-size: 0 32px;"></div>

Powered by Google App Engine
This is Rietveld 408576698