Update web-platform-tests to revision b'1d9b01e2fad6af3a057d571b1e088e15fa9bc8e6'

This commit is contained in:
WPT Sync Bot 2023-04-07 01:27:34 +00:00
parent cfef75c99b
commit bb34f95b33
1683 changed files with 37170 additions and 4252 deletions

View file

@ -20,7 +20,9 @@ test_shorthand_value('animation', 'anim paused both reverse 4 1s -3s cubic-bezie
'animation-fill-mode': 'both',
'animation-play-state': 'paused',
'animation-name': 'anim',
'animation-timeline': 'auto'
'animation-timeline': 'auto',
'animation-range-start': 'normal',
'animation-range-end': 'normal',
});
test_shorthand_value('animation', 'anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)', {
@ -32,7 +34,9 @@ test_shorthand_value('animation', 'anim paused both reverse, 4 1s -3s cubic-bezi
'animation-fill-mode': 'both, none',
'animation-play-state': 'paused, running',
'animation-name': 'anim, none',
'animation-timeline': 'auto, auto'
'animation-timeline': 'auto, auto',
'animation-range-start': 'normal, normal',
'animation-range-end': 'normal, normal',
});
test_shorthand_value('animation', '4 1s -3s cubic-bezier(0, -2, 1, 3), anim paused both reverse', {
@ -44,7 +48,9 @@ test_shorthand_value('animation', '4 1s -3s cubic-bezier(0, -2, 1, 3), anim paus
'animation-fill-mode': 'none, both',
'animation-play-state': 'running, paused',
'animation-name': 'none, anim',
'animation-timeline': 'auto, auto'
'animation-timeline': 'auto, auto',
'animation-range-start': 'normal, normal',
'animation-range-end': 'normal, normal',
});
</script>
</body>

View file

@ -18,6 +18,8 @@ test_shorthand_value('animation', 'anim paused both reverse 4 1s -3s cubic-bezie
'animation-fill-mode': 'both',
'animation-play-state': 'paused',
'animation-name': 'anim',
'animation-timeline': 'auto'
'animation-timeline': 'auto',
'animation-range-start': 'normal',
'animation-range-end': 'normal',
});
</script>