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

Unified Diff: LayoutTests/fast/backgrounds/background-img-repeat-expected.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/background-img-repeat-expected.html
diff --git a/LayoutTests/fast/backgrounds/background-img-repeat-expected.html b/LayoutTests/fast/backgrounds/background-img-repeat-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5109b31492c7069e09547434b92aead8257759a5
--- /dev/null
+++ b/LayoutTests/fast/backgrounds/background-img-repeat-expected.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style>
+ div {
+ background: green;
+ }
+</style>
+</head>
+<body>
+ <div>This text should have green background.<div>
+</body>
+</html>
« no previous file with comments | « LayoutTests/fast/backgrounds/background-img-repeat.html ('k') | LayoutTests/fast/backgrounds/resources/bgimg1x50.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698