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

Unified Diff: LayoutTests/fast/css/script-tests/transform-origin-parsing.js

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
« no previous file with comments | « no previous file | LayoutTests/fast/css/transform-inline-style-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/script-tests/transform-origin-parsing.js
diff --git a/LayoutTests/fast/css/script-tests/transform-origin-parsing.js b/LayoutTests/fast/css/script-tests/transform-origin-parsing.js
index 4134f5ddcd930402ae9905f9237c9c4866574feb..da82b4c5c85765983a533d809515b54c1a0e7e4f 100644
--- a/LayoutTests/fast/css/script-tests/transform-origin-parsing.js
+++ b/LayoutTests/fast/css/script-tests/transform-origin-parsing.js
@@ -17,5 +17,5 @@ shouldBe('test("-webkit-transform-origin: 10% 10% 10px", "-webkit-transform-orig
shouldBe('test("-webkit-transform-origin: 10px 10px 10%", "-webkit-transform-origin")', 'null');
shouldBe('test("-webkit-transform-origin: 10px 10px 10px", "-webkit-transform-origin")', '"10px 10px 10px"');
shouldBe('test("-webkit-transform-origin: left top 10%", "-webkit-transform-origin")', 'null');
-shouldBe('test("-webkit-transform-origin: left top 10px", "-webkit-transform-origin")', '"0% 0% 10px"');
+shouldBe('test("-webkit-transform-origin: left top 10px", "-webkit-transform-origin")', '"left top 10px"');
shouldBe('test("-webkit-transform-origin: left top left", "-webkit-transform-origin")', 'null');
« no previous file with comments | « no previous file | LayoutTests/fast/css/transform-inline-style-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698