mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision b'1d9b01e2fad6af3a057d571b1e088e15fa9bc8e6'
This commit is contained in:
parent
cfef75c99b
commit
bb34f95b33
1683 changed files with 37170 additions and 4252 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue