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

Side by Side Diff: LayoutTests/animations/display-change-does-not-terminate-animation-expected.txt

Issue 70903004: Web Animations CSS: Add to experimental web platform features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add expectations for a couple more newly failing tests Created 7 years, 1 month 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
1 Tests that changing the display property of a running animation to a value other than 'none' does not cause it to terminate or re-start. 1 Tests that changing the display property of a running animation to a value other than 'none' does not cause it to terminate or re-start.
2 2
3 target 3 target
4 FAIL: Start event fired again 4 INFO: Start event fired
5 INFO: Setting display to inline
6 PASS: Left property was not reset
7 INFO: Setting display to block
8 PASS: Left property was not reset
9 INFO: Setting display to inline-block
10 PASS: Left property was not reset
11 INFO: Setting display to inline-table
12 PASS: Left property was not reset
13 INFO: Setting display to list-item
14 PASS: Left property was not reset
15 INFO: Setting display to run-in
16 PASS: Left property was not reset
17 INFO: Setting display to table
18 PASS: Left property was not reset
19 INFO: Setting display to table-caption
20 PASS: Left property was not reset
21 INFO: Setting display to table-column-group
22 PASS: Left property was not reset
23 INFO: Setting display to table-header-group
24 PASS: Left property was not reset
25 INFO: Setting display to table-footer-group
26 PASS: Left property was not reset
27 INFO: Setting display to table-row-group
28 PASS: Left property was not reset
29 INFO: Setting display to table-cell
30 PASS: Left property was not reset
31 INFO: Setting display to table-column
32 PASS: Left property was not reset
33 INFO: Setting display to table-row
34 PASS: Left property was not reset
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698