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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 -webkit-transform 10ms
2 fired transitionend with propertyName: -webkit-transform
3
4 transform 10ms
5 fired transitionend with propertyName: transform
6
7 transform 10ms, -webkit-transform 10ms
8 fired transitionend with propertyName: -webkit-transform
9
10 -webkit-transform 10ms, transform 10ms
11 fired transitionend with propertyName: transform
12
13 all 10ms
14 fired transitionend with propertyName: transform
15
16 all 10ms, -webkit-transform 10ms
17 fired transitionend with propertyName: -webkit-transform
18
19 -webkit-transform 10ms, all 10ms
20 fired transitionend with propertyName: transform
OLDNEW
« 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