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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html

Issue 38573003: Use 4 value syntax for getComputedStyle of background-position and -webkit-mask-position (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 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/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html
index ac1609750304202c3b12f52382f5421128ac8da9..10a5837fdec70c7eedb1c4b0ead2b38c5600f118 100644
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html
@@ -94,7 +94,7 @@
window.testRunner.dumpAsText();
var propertiesToCheck = {
- "background-position": "10px 10px",
+ "background-position": "left 10px top 10px",
"background-size": "400px 300px",
"-webkit-border-horizontal-spacing": "10px",
"-webkit-border-vertical-spacing": "10px",
@@ -125,7 +125,7 @@
"-webkit-column-width": "80px",
"-webkit-column-gap": "20px",
- "-webkit-mask-position": "10px 10px",
+ "-webkit-mask-position": "left 10px top 10px",
"-webkit-mask-size": "10px 10px",
"-webkit-perspective": "400px",
"-webkit-perspective-origin": "20px 20px",

Powered by Google App Engine
This is Rietveld 408576698