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

Side by Side Diff: third_party/WebKit/LayoutTests/transitions/unprefixed-transform-expected.txt

Issue 2578143003: CSS Transitions: Fix flaky test unprefixed-transform.html (Closed)
Patch Set: test description Created 4 years 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
« no previous file with comments | « third_party/WebKit/LayoutTests/transitions/unprefixed-transform.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 -webkit-transform 10ms
2 fired transitionend with propertyName: transform
3
4 transform 10ms
5 fired transitionend with propertyName: transform
6
7 transform 10ms, -webkit-transform 10ms
8 fired transitionend with propertyName: 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: transform
18
19 -webkit-transform 10ms, all 10ms
20 fired transitionend with propertyName: transform
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/transitions/unprefixed-transform.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698