Update web-platform-tests to revision b'b6f6bf16fe6069aed53d28af86a79b8ff4963844'

This commit is contained in:
WPT Sync Bot 2023-02-15 01:36:04 +00:00
parent 0720f4f736
commit 8bfdc02dd8
590 changed files with 11442 additions and 3709 deletions

View file

@ -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>