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

Unified Diff: LayoutTests/transitions/unprefixed-transform-expected.txt

Issue 98663004: Add support for unprefixed CSS Transforms (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 6 years, 9 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/transitions/unprefixed-transform-expected.txt
diff --git a/LayoutTests/transitions/unprefixed-transform-expected.txt b/LayoutTests/transitions/unprefixed-transform-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2074a380a6915c4dada45059c7dfc301d9ac28b7
--- /dev/null
+++ b/LayoutTests/transitions/unprefixed-transform-expected.txt
@@ -0,0 +1,20 @@
+-webkit-transform 10ms
+fired transitionend with propertyName: -webkit-transform
+
+transform 10ms
+fired transitionend with propertyName: transform
+
+transform 10ms, -webkit-transform 10ms
+fired transitionend with propertyName: -webkit-transform
+
+-webkit-transform 10ms, transform 10ms
+fired transitionend with propertyName: transform
+
+all 10ms
+fired transitionend with propertyName: transform
+
+all 10ms, -webkit-transform 10ms
+fired transitionend with propertyName: -webkit-transform
+
+-webkit-transform 10ms, all 10ms
+fired transitionend with propertyName: transform
« no previous file with comments | « LayoutTests/transitions/unprefixed-transform.html ('k') | LayoutTests/transitions/unprefixed-transform-origin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698