summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/animations/display-change-does-not-terminate-animation-expected.txt
blob: 2ea1016531a73d77c1fe48c9a791def6d533744e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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.

target
INFO: Start event fired
INFO: Setting display to inline
PASS: Left property was not reset
INFO: Setting display to block
PASS: Left property was not reset
INFO: Setting display to inline-block
PASS: Left property was not reset
INFO: Setting display to inline-table
PASS: Left property was not reset
INFO: Setting display to list-item
PASS: Left property was not reset
INFO: Setting display to run-in
PASS: Left property was not reset
INFO: Setting display to table
PASS: Left property was not reset
INFO: Setting display to table-caption
PASS: Left property was not reset
INFO: Setting display to table-column-group
PASS: Left property was not reset
INFO: Setting display to table-header-group
PASS: Left property was not reset
INFO: Setting display to table-footer-group
PASS: Left property was not reset
INFO: Setting display to table-row-group
PASS: Left property was not reset
INFO: Setting display to table-cell
PASS: Left property was not reset
INFO: Setting display to table-column
PASS: Left property was not reset
INFO: Setting display to table-row
PASS: Left property was not reset