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

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

Issue 35303002: Unstick background position origins (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Re-upload in an attempt to avoid 'old chunk mismatch' Created 7 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-position-origin-expected.html
diff --git a/LayoutTests/fast/backgrounds/background-position-origin-expected.html b/LayoutTests/fast/backgrounds/background-position-origin-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..592045204e01441fe6b61e563ab22924337d6d92
--- /dev/null
+++ b/LayoutTests/fast/backgrounds/background-position-origin-expected.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>2-value background-position should fully overwrite a 4-value
+ background-position</title>
+ <style>
+body { margin: 0 }
+.ref {
+ height: 100px;
+ width: 100px;
+ top: 0;
+ left: 0;
+ background-color: green;
+ position: absolute;
+}
+ </style>
+ </head>
+ <body>
+ <div class="ref"></div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698