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

Unified Diff: LayoutTests/fast/backgrounds/background-position-x-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-x-origin-expected.html
diff --git a/LayoutTests/fast/backgrounds/background-position-x-origin-expected.html b/LayoutTests/fast/backgrounds/background-position-x-origin-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..c1009224987a9545dd2f9ae0b649a9055c5329d6
--- /dev/null
+++ b/LayoutTests/fast/backgrounds/background-position-x-origin-expected.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>background-position-x: initial on top of 4-value background-position</title>
+ <style>
+body { margin: 0 }
+.ref {
+ height: 100px;
+ width: 100px;
+ top: 100px;
+ left: 0;
+ background-color: green;
+ position: absolute;
+}
+ </style>
+ </head>
+ <body>
+ <div class="ref"></div>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/backgrounds/background-position-x-origin.html ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698