aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-animations/inheritance.html
diff options
context:
space:
mode:
authorbors-servo <infra@servo.org>2023-05-15 07:11:20 +0200
committerGitHub <noreply@github.com>2023-05-15 07:11:20 +0200
commit17e1582ed4756fbcf2510946dfda00b616abc02c (patch)
tree8eb43f0a1023675f56fa79caaf8dc7de1cc6e940 /tests/wpt/web-platform-tests/css/css-animations/inheritance.html
parent8dfd613aa188d2271d692a31192284eabdaf9f9d (diff)
parent06e9d5a631ba321787dfb40cdcfd49dcab0c1510 (diff)
downloadservo-17e1582ed4756fbcf2510946dfda00b616abc02c.tar.gz
servo-17e1582ed4756fbcf2510946dfda00b616abc02c.zip
Auto merge of #29737 - servo:wpt_update_14-05-2023, r=servo-wpt-sync
Sync WPT with upstream (14-05-2023) Automated downstream sync of changes from upstream as of 14-05-2023 [no-wpt-sync] r? @servo-wpt-sync
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-animations/inheritance.html')
-rw-r--r--tests/wpt/web-platform-tests/css/css-animations/inheritance.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-animations/inheritance.html b/tests/wpt/web-platform-tests/css/css-animations/inheritance.html
index 6e7697b9d81..dd9d6469336 100644
--- a/tests/wpt/web-platform-tests/css/css-animations/inheritance.html
+++ b/tests/wpt/web-platform-tests/css/css-animations/inheritance.html
@@ -17,7 +17,7 @@
<script>
assert_not_inherited('animation-delay', '0s', '2s');
assert_not_inherited('animation-direction', 'normal', 'reverse');
-assert_not_inherited('animation-duration', '0s', '3s');
+assert_not_inherited('animation-duration', 'auto', '3s');
assert_not_inherited('animation-fill-mode', 'none', 'forwards');
assert_not_inherited('animation-iteration-count', '1', '4');
assert_not_inherited('animation-name', 'none', 'spinner');