mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
This renames: - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout` - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta` - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout` - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
25 lines
781 B
INI
25 lines
781 B
INI
[animation-valid.html]
|
|
[e.style['animation'\] = "cubic-bezier(0, -2, 1, 3)" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['animation'\] = "4" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['animation'\] = "reverse" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['animation'\] = "both" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['animation'\] = "paused" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['animation'\] = "none" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['animation'\] = "anim" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['animation'\] = "anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set the property value]
|
|
expected: FAIL
|