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

Unified Diff: LayoutTests/fast/css/transform-origin-parsing-expected.txt

Issue 649153002: Align -webkit-transform-origin behaviour with transform-origin behaviour (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: git cl try Created 6 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/css/transform-origin-parsing-expected.txt
diff --git a/LayoutTests/fast/css/transform-origin-parsing-expected.txt b/LayoutTests/fast/css/transform-origin-parsing-expected.txt
index 5418c2b890300102d32622e5f7b68c844e56cad3..ea04f10a0fbd5471d47be1353ed5f17fc7823b6f 100644
--- a/LayoutTests/fast/css/transform-origin-parsing-expected.txt
+++ b/LayoutTests/fast/css/transform-origin-parsing-expected.txt
@@ -8,7 +8,7 @@ PASS test("-webkit-transform-origin: 10% 10% 10px", "-webkit-transform-origin")
PASS test("-webkit-transform-origin: 10px 10px 10%", "-webkit-transform-origin") is null
PASS test("-webkit-transform-origin: 10px 10px 10px", "-webkit-transform-origin") is "10px 10px 10px"
PASS test("-webkit-transform-origin: left top 10%", "-webkit-transform-origin") is null
-PASS test("-webkit-transform-origin: left top 10px", "-webkit-transform-origin") is "0% 0% 10px"
+PASS test("-webkit-transform-origin: left top 10px", "-webkit-transform-origin") is "left top 10px"
PASS test("-webkit-transform-origin: left top left", "-webkit-transform-origin") is null
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698