mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision b'2d7c53f5bc604132d2c83955537e454ee9c788c0'
This commit is contained in:
parent
619a46113f
commit
1c6b303ef2
396 changed files with 29611 additions and 1967 deletions
|
@ -9,15 +9,4 @@ 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>
|
||||
|
|
|
@ -13,25 +13,4 @@ test_computed_value("animation-delay", "1s, 2s");
|
|||
test_computed_value("animation-delay", "1s 2s, 3s");
|
||||
test_computed_value("animation-delay", "1s, 2s 3s");
|
||||
test_computed_value("animation-delay", "1s, 2s, 3s");
|
||||
|
||||
test_computed_value("animation-delay", "cover");
|
||||
test_computed_value("animation-delay", "contain");
|
||||
test_computed_value("animation-delay", "enter");
|
||||
test_computed_value("animation-delay", "exit");
|
||||
test_computed_value("animation-delay", "enter, exit");
|
||||
|
||||
test_computed_value("animation-delay", "enter 0% enter 100%", "enter");
|
||||
test_computed_value("animation-delay", "exit 0% exit 100%", "exit");
|
||||
test_computed_value("animation-delay", "cover 0% cover 100%", "cover");
|
||||
test_computed_value("animation-delay", "contain 0% contain 100%", "contain");
|
||||
|
||||
test_computed_value("animation-delay", "cover 50%");
|
||||
test_computed_value("animation-delay", "contain 50%");
|
||||
test_computed_value("animation-delay", "enter 50%");
|
||||
test_computed_value("animation-delay", "exit 50%");
|
||||
|
||||
test_computed_value("animation-delay", "enter 50% 0s", "enter 50%");
|
||||
test_computed_value("animation-delay", "0s enter 50%");
|
||||
test_computed_value("animation-delay", "enter 50% exit 50%");
|
||||
test_computed_value("animation-delay", "cover 50% enter 50%, contain 50% exit 50%");
|
||||
</script>
|
||||
|
|
|
@ -9,15 +9,4 @@ 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