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

Unified Diff: LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt

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/computed-style-without-renderer-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
index 32a63f3ca5124485cdcea3e412c50bac241d2e6f..58bc78bca3dcb5c5d180c5904defe6152997b0aa 100644
--- a/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
@@ -4,7 +4,7 @@ background-clip: border-box
background-color: rgb(0, 128, 0)
background-image: none
background-origin: padding-box
-background-position: 0% 0%
+background-position: left 0% top 0%
background-repeat: repeat
background-size: auto
border-bottom-color: rgb(0, 0, 0)
@@ -171,7 +171,7 @@ justify-content: flex-start
-webkit-mask-composite: source-over
-webkit-mask-image: none
-webkit-mask-origin: border-box
--webkit-mask-position: 0% 0%
+-webkit-mask-position: left 0% top 0%
-webkit-mask-repeat: repeat
-webkit-mask-size: auto
order: 0

Powered by Google App Engine
This is Rietveld 408576698