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/transitions/transitions-parsing.html

Issue 1081033005: Revert of Fix serialization of alias_for properties (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@p7
Patch Set: Created 5 years, 8 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/transitions/transitions-parsing-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/transitions/transitions-parsing.html
diff --git a/LayoutTests/transitions/transitions-parsing.html b/LayoutTests/transitions/transitions-parsing.html
index 75e8134c6b625a814a8998a8ce3765e5cdc042b8..ddb6ebdd60b427b53bf5df570672d44a12327873 100644
--- a/LayoutTests/transitions/transitions-parsing.html
+++ b/LayoutTests/transitions/transitions-parsing.html
@@ -48,10 +48,6 @@
shouldBe("computedStyle.transitionProperty", "'all, all'");
shouldBe("style.webkitTransitionProperty", "'all, all'");
shouldBe("computedStyle.webkitTransitionProperty", "'all, all'");
-
-style.transitionProperty = "-webkit-transform-origin";
-shouldBe("style.transitionProperty", "'-webkit-transform-origin'");
-shouldBe("computedStyle.transitionProperty", "'-webkit-transform-origin'");
style.transitionProperty = "background-position";
shouldBe("style.transitionProperty", "'background-position'");
« no previous file with comments | « no previous file | LayoutTests/transitions/transitions-parsing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698