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

Unified Diff: LayoutTests/fast/backgrounds/background-img-repeat.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: Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/backgrounds/background-img-repeat.html
diff --git a/LayoutTests/fast/backgrounds/background-img-repeat.html b/LayoutTests/fast/backgrounds/background-img-repeat.html
new file mode 100644
index 0000000000000000000000000000000000000000..e11ca2d79c10705ee72e7e58d73b512871f05339
--- /dev/null
+++ b/LayoutTests/fast/backgrounds/background-img-repeat.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
leviw_travelin_and_unemployed 2014/11/05 19:33:41 This test should be a reference test.
pals 2014/11/06 06:08:08 Done.
+<html>
+<head>
+<style>
+ div {
+ background: url('resources/bgimg1x50.png') repeat-x left top;
+ background-size: auto 100%;
+ }
+</style>
+</head>
+<body>
+ <div>This text should have green background.<div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698