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

Unified Diff: LayoutTests/fast/backgrounds/background-position-repeat-rendering-expected.html

Issue 1287293002: Use background positioning origin for repeating backgrounds (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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-position-repeat-rendering-expected.html
diff --git a/LayoutTests/fast/backgrounds/background-position-repeat-rendering-expected.html b/LayoutTests/fast/backgrounds/background-position-repeat-rendering-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..aeca1c1326c508c4a6a366c1927114781ea07f0d
--- /dev/null
+++ b/LayoutTests/fast/backgrounds/background-position-repeat-rendering-expected.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<title>Test non-top-left background-position anchors together with repeating backgrounds</title>
+<style>
+ body { margin: 0 }
+ div {
+ width: 100px;
+ height: 300px;
+ background-color: lime;
+ }
+</style>
+<div></div>

Powered by Google App Engine
This is Rietveld 408576698