mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision b'704eebbe6af5b43643971e96e33a0c979fba2904'
This commit is contained in:
parent
f8e014d0ba
commit
a6bc3e1a73
194 changed files with 13122 additions and 1992 deletions
|
@ -14,6 +14,10 @@ test_valid_value("animation-range-end", "cover -42%");
|
|||
test_valid_value("animation-range-end", "contain 42%");
|
||||
test_valid_value("animation-range-end", "exit 42%");
|
||||
test_valid_value("animation-range-end", "exit 1%, cover 2%, contain 100%");
|
||||
test_valid_value("animation-range-end", "enter 42px");
|
||||
test_valid_value("animation-range-end", "contain calc(10px + 10%)");
|
||||
test_valid_value("animation-range-end", "enter 1em");
|
||||
test_valid_value("animation-range-end", "exit calc(1em + 10px)");
|
||||
|
||||
// There's an open issue in the spec about "enter" vs "entry".
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue