mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision b'b6f6bf16fe6069aed53d28af86a79b8ff4963844'
This commit is contained in:
parent
0720f4f736
commit
8bfdc02dd8
590 changed files with 11442 additions and 3709 deletions
|
@ -14,13 +14,11 @@ 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", "exit-crossing 42%");
|
||||
test_valid_value("animation-range-end", "entry 42px");
|
||||
test_valid_value("animation-range-end", "entry-crossing 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", "entry 1em");
|
||||
test_valid_value("animation-range-end", "exit calc(1em + 10px)");
|
||||
|
||||
// There's an open issue in the spec about "enter" vs "entry".
|
||||
//
|
||||
// https://drafts.csswg.org/scroll-animations-1/#valdef-animation-timeline-range-entry
|
||||
test_valid_value("animation-range-end", "enter 42%");
|
||||
test_valid_value("animation-range-end", "entry 42%");
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue