mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -17,8 +17,10 @@ test_computed_value("animation-range-start", "contain 42%");
|
|||
test_computed_value("animation-range-start", "exit 42%");
|
||||
test_computed_value("animation-range-start", "exit calc(41% + 1%)", "exit 42%");
|
||||
test_computed_value("animation-range-start", "exit 1%, cover 2%, contain 100%");
|
||||
test_computed_value("animation-range-start", "enter 42px");
|
||||
test_computed_value("animation-range-start", "exit-crossing 42%");
|
||||
test_computed_value("animation-range-start", "entry 42px");
|
||||
test_computed_value("animation-range-start", "entry-crossing 42px");
|
||||
test_computed_value("animation-range-start", "contain calc(10% + 10px)");
|
||||
test_computed_value("animation-range-start", "enter 1em", "enter 10px");
|
||||
test_computed_value("animation-range-start", "entry 1em", "entry 10px");
|
||||
test_computed_value("animation-range-start", "exit calc(1em + 10px)", "exit 20px");
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue