mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'
This commit is contained in:
parent
ace9b32b1c
commit
df68c4e5d1
15632 changed files with 514865 additions and 155000 deletions
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://drafts.csswg.org/scroll-animations-1/#propdef-animation-delay-start">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="/css/support/computed-testcommon.js"></script>
|
||||
<div id="target"></div>
|
||||
<script>
|
||||
test_computed_value("animation-delay-start", "initial", "0s");
|
||||
test_computed_value("animation-delay-start", "-500ms", "-0.5s");
|
||||
test_computed_value("animation-delay-start", "calc(2 * 3s)", "6s");
|
||||
test_computed_value("animation-delay-start", "20s, 10s");
|
||||
|
||||
test_computed_value("animation-delay-start", "cover 0%");
|
||||
test_computed_value("animation-delay-start", "COVER 0%", "cover 0%");
|
||||
test_computed_value("animation-delay-start", "cover 100%");
|
||||
test_computed_value("animation-delay-start", "cover 120%");
|
||||
test_computed_value("animation-delay-start", "cover 42%");
|
||||
test_computed_value("animation-delay-start", "cover -42%");
|
||||
test_computed_value("animation-delay-start", "contain 42%");
|
||||
test_computed_value("animation-delay-start", "exit 42%");
|
||||
test_computed_value("animation-delay-start", "exit calc(41% + 1%)", "exit 42%");
|
||||
test_computed_value("animation-delay-start", "exit 1%, cover 2%, contain 100%");
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue