Update web-platform-tests to revision b'e5e7dab5e72edd352b17105acce2b8f443face10' (#35174)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-01-26 14:36:52 +01:00 committed by GitHub
parent 37695c8c8c
commit 7045630fee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
621 changed files with 18766 additions and 8474 deletions

View file

@ -0,0 +1,81 @@
[animation-trigger-exit-range-end-computed.html]
[Property animation-trigger-exit-range-end value 'initial']
expected: FAIL
[Property animation-trigger-exit-range-end value 'normal']
expected: FAIL
[Property animation-trigger-exit-range-end value 'cover 0%']
expected: FAIL
[Property animation-trigger-exit-range-end value 'cover 100%']
expected: FAIL
[Property animation-trigger-exit-range-end value 'COVER 0%']
expected: FAIL
[Property animation-trigger-exit-range-end value 'COVER 100%']
expected: FAIL
[Property animation-trigger-exit-range-end value 'cover 120%']
expected: FAIL
[Property animation-trigger-exit-range-end value '0']
expected: FAIL
[Property animation-trigger-exit-range-end value '120%']
expected: FAIL
[Property animation-trigger-exit-range-end value '120px']
expected: FAIL
[Property animation-trigger-exit-range-end value 'cover 42%']
expected: FAIL
[Property animation-trigger-exit-range-end value 'cover -42%']
expected: FAIL
[Property animation-trigger-exit-range-end value 'contain 42%']
expected: FAIL
[Property animation-trigger-exit-range-end value 'exit 42%']
expected: FAIL
[Property animation-trigger-exit-range-end value 'exit calc(41% + 1%)']
expected: FAIL
[Property animation-trigger-exit-range-end value 'exit-crossing 42%']
expected: FAIL
[Property animation-trigger-exit-range-end value 'exit 1%, cover 2%, contain 0%']
expected: FAIL
[Property animation-trigger-exit-range-end value 'exit 1%, cover 2%, contain 100%']
expected: FAIL
[Property animation-trigger-exit-range-end value 'entry 42px']
expected: FAIL
[Property animation-trigger-exit-range-end value 'entry-crossing 42px']
expected: FAIL
[Property animation-trigger-exit-range-end value 'contain calc(10% + 10px)']
expected: FAIL
[Property animation-trigger-exit-range-end value 'entry 1em']
expected: FAIL
[Property animation-trigger-exit-range-end value 'exit calc(1em + 10px)']
expected: FAIL
[Property animation-trigger-exit-range-end value 'cover']
expected: FAIL
[Property animation-trigger-exit-range-end value 'contain']
expected: FAIL
[Property animation-trigger-exit-range-end value 'entry']
expected: FAIL
[Property animation-trigger-exit-range-end value 'exit']
expected: FAIL

View file

@ -0,0 +1,72 @@
[animation-trigger-exit-range-end-valid.html]
[e.style['animation-trigger-exit-range-end'\] = "normal" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "cover 0%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "cover 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "cover 120%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "cover 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "0" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "120%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "120px" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "cover -42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "contain 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "exit 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "exit 1%, cover 2%, contain 0%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "exit 1%, cover 2%, contain 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "exit-crossing 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "entry 42px" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "entry-crossing 42px" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "contain calc(10px + 10%)" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "entry 1em" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "exit calc(1em + 10px)" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "entry 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "cover" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "contain" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "entry" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "exit" should set the property value]
expected: FAIL

View file

@ -0,0 +1,318 @@
[animation-trigger-exit-range-shorthand.html]
[e.style['animation-trigger-exit-range'\] = "normal" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal normal" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "cover" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "contain" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry-crossing" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "exit" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "exit-crossing" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry, exit" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry 0% entry 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry-crossing 0% entry-crossing 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "exit 0% exit 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "exit-crossing 0% exit-crossing 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "cover 0% cover 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "contain 0% contain 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry calc(10% - 10%) entry calc(50% + 50%)" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "cover 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "contain 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry-crossing 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "exit 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "exit-crossing 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry 50px exit 100px" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "exit calc(10% + 50px)" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry 50% exit 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "cover 50% entry 50%, contain 50% exit 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "50% exit 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal 100px" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "100px" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "100px normal" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "10% normal" should set the property value]
expected: FAIL
[Property animation-trigger-exit-range value 'normal']
expected: FAIL
[Property animation-trigger-exit-range value 'normal normal']
expected: FAIL
[Property animation-trigger-exit-range value 'cover']
expected: FAIL
[Property animation-trigger-exit-range value 'contain']
expected: FAIL
[Property animation-trigger-exit-range value 'entry']
expected: FAIL
[Property animation-trigger-exit-range value 'entry-crossing']
expected: FAIL
[Property animation-trigger-exit-range value 'exit']
expected: FAIL
[Property animation-trigger-exit-range value 'exit-crossing']
expected: FAIL
[Property animation-trigger-exit-range value 'entry, exit']
expected: FAIL
[Property animation-trigger-exit-range value 'entry 0% entry 100%']
expected: FAIL
[Property animation-trigger-exit-range value 'entry-crossing 0% entry-crossing 100%']
expected: FAIL
[Property animation-trigger-exit-range value 'exit 0% exit 100%']
expected: FAIL
[Property animation-trigger-exit-range value 'exit-crossing 0% exit-crossing 100%']
expected: FAIL
[Property animation-trigger-exit-range value 'cover 0% cover 100%']
expected: FAIL
[Property animation-trigger-exit-range value 'contain 0% contain 100%']
expected: FAIL
[Property animation-trigger-exit-range value 'entry calc(10% - 10%) entry calc(50% + 50%)']
expected: FAIL
[Property animation-trigger-exit-range value 'cover 50%']
expected: FAIL
[Property animation-trigger-exit-range value 'contain 50%']
expected: FAIL
[Property animation-trigger-exit-range value 'entry 50%']
expected: FAIL
[Property animation-trigger-exit-range value 'entry-crossing 50%']
expected: FAIL
[Property animation-trigger-exit-range value 'exit 50%']
expected: FAIL
[Property animation-trigger-exit-range value 'exit-crossing 50%']
expected: FAIL
[Property animation-trigger-exit-range value 'entry 50px exit 100px']
expected: FAIL
[Property animation-trigger-exit-range value 'exit calc(10% + 50px)']
expected: FAIL
[Property animation-trigger-exit-range value 'entry 50% exit 50%']
expected: FAIL
[Property animation-trigger-exit-range value 'cover 50% entry 50%, contain 50% exit 50%']
expected: FAIL
[Property animation-trigger-exit-range value 'entry 10em exit 20em']
expected: FAIL
[Property animation-trigger-exit-range value '10em exit 20em']
expected: FAIL
[Property animation-trigger-exit-range value 'normal 100px']
expected: FAIL
[Property animation-trigger-exit-range value '100px']
expected: FAIL
[Property animation-trigger-exit-range value '100px normal']
expected: FAIL
[Property animation-trigger-exit-range value '10% normal']
expected: FAIL
[Property animation-trigger-exit-range value '10% calc(70% + 10% * sign(100em - 1px))']
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal normal" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal normal" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal normal" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal entry 100%" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal entry 100%" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal entry 100%" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal entry 10%" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal entry 10%" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal entry 10%" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "cover" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "cover" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "cover" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "contain" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "contain" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "contain" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "contain 100% contain 0%" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "contain 100% contain 0%" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "contain 100% contain 0%" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry 10% exit 20%" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry 10% exit 20%" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry 10% exit 20%" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry calc(10% + 10px) exit 20px" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry calc(10% + 10px) exit 20px" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry calc(10% + 10px) exit 20px" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry, exit" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry, exit" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry, exit" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry 0%, exit" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry 0%, exit" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "entry 0%, exit" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "exit calc(10% + 50px)" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "exit calc(10% + 50px)" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "exit calc(10% + 50px)" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "100px" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "100px" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "100px" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "10%" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "10%" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "10%" should not set unrelated longhands]
expected: FAIL

View file

@ -0,0 +1,81 @@
[animation-trigger-exit-range-start-computed.html]
[Property animation-trigger-exit-range-start value 'initial']
expected: FAIL
[Property animation-trigger-exit-range-start value 'normal']
expected: FAIL
[Property animation-trigger-exit-range-start value 'cover 0%']
expected: FAIL
[Property animation-trigger-exit-range-start value 'cover 100%']
expected: FAIL
[Property animation-trigger-exit-range-start value 'COVER 0%']
expected: FAIL
[Property animation-trigger-exit-range-start value 'COVER 100%']
expected: FAIL
[Property animation-trigger-exit-range-start value 'cover 120%']
expected: FAIL
[Property animation-trigger-exit-range-start value 'cover 42%']
expected: FAIL
[Property animation-trigger-exit-range-start value '0']
expected: FAIL
[Property animation-trigger-exit-range-start value '120%']
expected: FAIL
[Property animation-trigger-exit-range-start value '120px']
expected: FAIL
[Property animation-trigger-exit-range-start value 'cover -42%']
expected: FAIL
[Property animation-trigger-exit-range-start value 'contain 42%']
expected: FAIL
[Property animation-trigger-exit-range-start value 'exit 42%']
expected: FAIL
[Property animation-trigger-exit-range-start value 'exit calc(41% + 1%)']
expected: FAIL
[Property animation-trigger-exit-range-start value 'exit 1%, cover 2%, contain 0%']
expected: FAIL
[Property animation-trigger-exit-range-start value 'exit 1%, cover 2%, contain 100%']
expected: FAIL
[Property animation-trigger-exit-range-start value 'exit-crossing 42%']
expected: FAIL
[Property animation-trigger-exit-range-start value 'entry 42px']
expected: FAIL
[Property animation-trigger-exit-range-start value 'entry-crossing 42px']
expected: FAIL
[Property animation-trigger-exit-range-start value 'contain calc(10% + 10px)']
expected: FAIL
[Property animation-trigger-exit-range-start value 'entry 1em']
expected: FAIL
[Property animation-trigger-exit-range-start value 'exit calc(1em + 10px)']
expected: FAIL
[Property animation-trigger-exit-range-start value 'cover']
expected: FAIL
[Property animation-trigger-exit-range-start value 'contain']
expected: FAIL
[Property animation-trigger-exit-range-start value 'entry']
expected: FAIL
[Property animation-trigger-exit-range-start value 'exit']
expected: FAIL

View file

@ -0,0 +1,75 @@
[animation-trigger-exit-range-start-valid.html]
[e.style['animation-trigger-exit-range-start'\] = "normal" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "cover 0%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "cover 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "cover 120%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "cover 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "0" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "120%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "120px" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "cover -42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "contain 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "exit 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "exit 1%, cover 2%, contain 0%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "exit 1%, cover 2%, contain 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "exit-crossing 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "entry 42px" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "entry-crossing 42px" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "contain calc(10px + 10%)" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "entry 1em" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "exit calc(1em + 10px)" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "entry 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "cover" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "contain" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "entry" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "exit" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "cover calc(sign(100em - 1px) * 1%)" should set the property value]
expected: FAIL

View file

@ -0,0 +1,81 @@
[animation-trigger-range-end-computed.html]
[Property animation-trigger-range-end value 'initial']
expected: FAIL
[Property animation-trigger-range-end value 'normal']
expected: FAIL
[Property animation-trigger-range-end value 'cover 0%']
expected: FAIL
[Property animation-trigger-range-end value 'cover 100%']
expected: FAIL
[Property animation-trigger-range-end value 'COVER 0%']
expected: FAIL
[Property animation-trigger-range-end value 'COVER 100%']
expected: FAIL
[Property animation-trigger-range-end value 'cover 120%']
expected: FAIL
[Property animation-trigger-range-end value '0']
expected: FAIL
[Property animation-trigger-range-end value '120%']
expected: FAIL
[Property animation-trigger-range-end value '120px']
expected: FAIL
[Property animation-trigger-range-end value 'cover 42%']
expected: FAIL
[Property animation-trigger-range-end value 'cover -42%']
expected: FAIL
[Property animation-trigger-range-end value 'contain 42%']
expected: FAIL
[Property animation-trigger-range-end value 'exit 42%']
expected: FAIL
[Property animation-trigger-range-end value 'exit calc(41% + 1%)']
expected: FAIL
[Property animation-trigger-range-end value 'exit-crossing 42%']
expected: FAIL
[Property animation-trigger-range-end value 'exit 1%, cover 2%, contain 0%']
expected: FAIL
[Property animation-trigger-range-end value 'exit 1%, cover 2%, contain 100%']
expected: FAIL
[Property animation-trigger-range-end value 'entry 42px']
expected: FAIL
[Property animation-trigger-range-end value 'entry-crossing 42px']
expected: FAIL
[Property animation-trigger-range-end value 'contain calc(10% + 10px)']
expected: FAIL
[Property animation-trigger-range-end value 'entry 1em']
expected: FAIL
[Property animation-trigger-range-end value 'exit calc(1em + 10px)']
expected: FAIL
[Property animation-trigger-range-end value 'cover']
expected: FAIL
[Property animation-trigger-range-end value 'contain']
expected: FAIL
[Property animation-trigger-range-end value 'entry']
expected: FAIL
[Property animation-trigger-range-end value 'exit']
expected: FAIL

View file

@ -0,0 +1,72 @@
[animation-trigger-range-end-valid.html]
[e.style['animation-trigger-range-end'\] = "normal" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "cover 0%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "cover 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "cover 120%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "cover 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "0" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "120%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "120px" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "cover -42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "contain 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "exit 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "exit 1%, cover 2%, contain 0%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "exit 1%, cover 2%, contain 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "exit-crossing 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "entry 42px" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "entry-crossing 42px" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "contain calc(10px + 10%)" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "entry 1em" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "exit calc(1em + 10px)" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "entry 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "cover" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "contain" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "entry" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-end'\] = "exit" should set the property value]
expected: FAIL

View file

@ -0,0 +1,318 @@
[animation-trigger-range-shorthand.html]
[e.style['animation-trigger-range'\] = "normal" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "normal normal" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "cover" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "contain" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry-crossing" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "exit" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "exit-crossing" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry, exit" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry 0% entry 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry-crossing 0% entry-crossing 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "exit 0% exit 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "exit-crossing 0% exit-crossing 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "cover 0% cover 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "contain 0% contain 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry calc(10% - 10%) entry calc(50% + 50%)" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "cover 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "contain 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry-crossing 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "exit 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "exit-crossing 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry 50px exit 100px" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "exit calc(10% + 50px)" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry 50% exit 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "cover 50% entry 50%, contain 50% exit 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "50% exit 50%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "normal 100px" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "100px" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "100px normal" should set the property value]
expected: FAIL
[e.style['animation-trigger-range'\] = "10% normal" should set the property value]
expected: FAIL
[Property animation-trigger-range value 'normal']
expected: FAIL
[Property animation-trigger-range value 'normal normal']
expected: FAIL
[Property animation-trigger-range value 'cover']
expected: FAIL
[Property animation-trigger-range value 'contain']
expected: FAIL
[Property animation-trigger-range value 'entry']
expected: FAIL
[Property animation-trigger-range value 'entry-crossing']
expected: FAIL
[Property animation-trigger-range value 'exit']
expected: FAIL
[Property animation-trigger-range value 'exit-crossing']
expected: FAIL
[Property animation-trigger-range value 'entry, exit']
expected: FAIL
[Property animation-trigger-range value 'entry 0% entry 100%']
expected: FAIL
[Property animation-trigger-range value 'entry-crossing 0% entry-crossing 100%']
expected: FAIL
[Property animation-trigger-range value 'exit 0% exit 100%']
expected: FAIL
[Property animation-trigger-range value 'exit-crossing 0% exit-crossing 100%']
expected: FAIL
[Property animation-trigger-range value 'cover 0% cover 100%']
expected: FAIL
[Property animation-trigger-range value 'contain 0% contain 100%']
expected: FAIL
[Property animation-trigger-range value 'entry calc(10% - 10%) entry calc(50% + 50%)']
expected: FAIL
[Property animation-trigger-range value 'cover 50%']
expected: FAIL
[Property animation-trigger-range value 'contain 50%']
expected: FAIL
[Property animation-trigger-range value 'entry 50%']
expected: FAIL
[Property animation-trigger-range value 'entry-crossing 50%']
expected: FAIL
[Property animation-trigger-range value 'exit 50%']
expected: FAIL
[Property animation-trigger-range value 'exit-crossing 50%']
expected: FAIL
[Property animation-trigger-range value 'entry 50px exit 100px']
expected: FAIL
[Property animation-trigger-range value 'exit calc(10% + 50px)']
expected: FAIL
[Property animation-trigger-range value 'entry 50% exit 50%']
expected: FAIL
[Property animation-trigger-range value 'cover 50% entry 50%, contain 50% exit 50%']
expected: FAIL
[Property animation-trigger-range value 'entry 10em exit 20em']
expected: FAIL
[Property animation-trigger-range value '10em exit 20em']
expected: FAIL
[Property animation-trigger-range value 'normal 100px']
expected: FAIL
[Property animation-trigger-range value '100px']
expected: FAIL
[Property animation-trigger-range value '100px normal']
expected: FAIL
[Property animation-trigger-range value '10% normal']
expected: FAIL
[Property animation-trigger-range value '10% calc(70% + 10% * sign(100em - 1px))']
expected: FAIL
[e.style['animation-trigger-range'\] = "normal" should set animation-trigger-range-end]
expected: FAIL
[e.style['animation-trigger-range'\] = "normal" should set animation-trigger-range-start]
expected: FAIL
[e.style['animation-trigger-range'\] = "normal" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-range'\] = "normal normal" should set animation-trigger-range-end]
expected: FAIL
[e.style['animation-trigger-range'\] = "normal normal" should set animation-trigger-range-start]
expected: FAIL
[e.style['animation-trigger-range'\] = "normal normal" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-range'\] = "normal entry 100%" should set animation-trigger-range-end]
expected: FAIL
[e.style['animation-trigger-range'\] = "normal entry 100%" should set animation-trigger-range-start]
expected: FAIL
[e.style['animation-trigger-range'\] = "normal entry 100%" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-range'\] = "normal entry 10%" should set animation-trigger-range-end]
expected: FAIL
[e.style['animation-trigger-range'\] = "normal entry 10%" should set animation-trigger-range-start]
expected: FAIL
[e.style['animation-trigger-range'\] = "normal entry 10%" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-range'\] = "cover" should set animation-trigger-range-end]
expected: FAIL
[e.style['animation-trigger-range'\] = "cover" should set animation-trigger-range-start]
expected: FAIL
[e.style['animation-trigger-range'\] = "cover" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-range'\] = "contain" should set animation-trigger-range-end]
expected: FAIL
[e.style['animation-trigger-range'\] = "contain" should set animation-trigger-range-start]
expected: FAIL
[e.style['animation-trigger-range'\] = "contain" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-range'\] = "contain 100% contain 0%" should set animation-trigger-range-end]
expected: FAIL
[e.style['animation-trigger-range'\] = "contain 100% contain 0%" should set animation-trigger-range-start]
expected: FAIL
[e.style['animation-trigger-range'\] = "contain 100% contain 0%" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry 10% exit 20%" should set animation-trigger-range-end]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry 10% exit 20%" should set animation-trigger-range-start]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry 10% exit 20%" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry calc(10% + 10px) exit 20px" should set animation-trigger-range-end]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry calc(10% + 10px) exit 20px" should set animation-trigger-range-start]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry calc(10% + 10px) exit 20px" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry, exit" should set animation-trigger-range-end]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry, exit" should set animation-trigger-range-start]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry, exit" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry 0%, exit" should set animation-trigger-range-end]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry 0%, exit" should set animation-trigger-range-start]
expected: FAIL
[e.style['animation-trigger-range'\] = "entry 0%, exit" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-range'\] = "exit calc(10% + 50px)" should set animation-trigger-range-end]
expected: FAIL
[e.style['animation-trigger-range'\] = "exit calc(10% + 50px)" should set animation-trigger-range-start]
expected: FAIL
[e.style['animation-trigger-range'\] = "exit calc(10% + 50px)" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-range'\] = "100px" should set animation-trigger-range-end]
expected: FAIL
[e.style['animation-trigger-range'\] = "100px" should set animation-trigger-range-start]
expected: FAIL
[e.style['animation-trigger-range'\] = "100px" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-range'\] = "10%" should set animation-trigger-range-end]
expected: FAIL
[e.style['animation-trigger-range'\] = "10%" should set animation-trigger-range-start]
expected: FAIL
[e.style['animation-trigger-range'\] = "10%" should not set unrelated longhands]
expected: FAIL

View file

@ -0,0 +1,81 @@
[animation-trigger-range-start-computed.html]
[Property animation-trigger-range-start value 'initial']
expected: FAIL
[Property animation-trigger-range-start value 'normal']
expected: FAIL
[Property animation-trigger-range-start value 'cover 0%']
expected: FAIL
[Property animation-trigger-range-start value 'cover 100%']
expected: FAIL
[Property animation-trigger-range-start value 'COVER 0%']
expected: FAIL
[Property animation-trigger-range-start value 'COVER 100%']
expected: FAIL
[Property animation-trigger-range-start value 'cover 120%']
expected: FAIL
[Property animation-trigger-range-start value 'cover 42%']
expected: FAIL
[Property animation-trigger-range-start value '0']
expected: FAIL
[Property animation-trigger-range-start value '120%']
expected: FAIL
[Property animation-trigger-range-start value '120px']
expected: FAIL
[Property animation-trigger-range-start value 'cover -42%']
expected: FAIL
[Property animation-trigger-range-start value 'contain 42%']
expected: FAIL
[Property animation-trigger-range-start value 'exit 42%']
expected: FAIL
[Property animation-trigger-range-start value 'exit calc(41% + 1%)']
expected: FAIL
[Property animation-trigger-range-start value 'exit 1%, cover 2%, contain 0%']
expected: FAIL
[Property animation-trigger-range-start value 'exit 1%, cover 2%, contain 100%']
expected: FAIL
[Property animation-trigger-range-start value 'exit-crossing 42%']
expected: FAIL
[Property animation-trigger-range-start value 'entry 42px']
expected: FAIL
[Property animation-trigger-range-start value 'entry-crossing 42px']
expected: FAIL
[Property animation-trigger-range-start value 'contain calc(10% + 10px)']
expected: FAIL
[Property animation-trigger-range-start value 'entry 1em']
expected: FAIL
[Property animation-trigger-range-start value 'exit calc(1em + 10px)']
expected: FAIL
[Property animation-trigger-range-start value 'cover']
expected: FAIL
[Property animation-trigger-range-start value 'contain']
expected: FAIL
[Property animation-trigger-range-start value 'entry']
expected: FAIL
[Property animation-trigger-range-start value 'exit']
expected: FAIL

View file

@ -0,0 +1,75 @@
[animation-trigger-range-start-valid.html]
[e.style['animation-trigger-range-start'\] = "normal" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "cover 0%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "cover 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "cover 120%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "cover 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "0" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "120%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "120px" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "cover -42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "contain 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "exit 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "exit 1%, cover 2%, contain 0%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "exit 1%, cover 2%, contain 100%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "exit-crossing 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "entry 42px" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "entry-crossing 42px" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "contain calc(10px + 10%)" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "entry 1em" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "exit calc(1em + 10px)" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "entry 42%" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "cover" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "contain" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "entry" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "exit" should set the property value]
expected: FAIL
[e.style['animation-trigger-range-start'\] = "cover calc(sign(100em - 1px) * 1%)" should set the property value]
expected: FAIL

View file

@ -0,0 +1,147 @@
[animation-trigger-timeline-parsing.tentative.html]
[e.style['animation-trigger-timeline'\] = "initial" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "inherit" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "unset" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "revert" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "auto" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "none" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "auto, auto" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "none, none" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "auto, none" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "none, auto" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "--test" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "--test1, --test2" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "--test1, --test2, none, --test3, auto" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "scroll()" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = " scroll() " should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "scroll(block)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "scroll(inline)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "scroll(x)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "scroll(y)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "scroll(root)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "scroll(nearest)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "scroll(self)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "scroll(inline nearest)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "scroll(nearest inline)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "scroll(block self)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "scroll(self block)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "scroll(y root)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view()" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = " view() " should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(block)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(inline)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(x)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(y)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(y 1px 2px)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(y 1px)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(y auto)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(y auto auto)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(y auto 1px)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(1px 2px y)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(1px y)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(auto x)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(1px 2px)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(1px)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(1px 1px)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(1px auto)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(auto calc(1% + 1px))" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(2em calc(1% + 1em))" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(auto)" should set the property value]
expected: FAIL
[e.style['animation-trigger-timeline'\] = "view(auto auto)" should set the property value]
expected: FAIL

View file

@ -0,0 +1,3 @@
[animation-trigger-type-computed.tentative.html]
[Property animation-trigger-type value 'once, repeat, alternate, state']
expected: FAIL

View file

@ -0,0 +1,21 @@
[animation-trigger-type-valid.tentative.html]
[e.style['animation-trigger-type'\] = "once" should set the property value]
expected: FAIL
[e.style['animation-trigger-type'\] = "repeat" should set the property value]
expected: FAIL
[e.style['animation-trigger-type'\] = "alternate" should set the property value]
expected: FAIL
[e.style['animation-trigger-type'\] = "state" should set the property value]
expected: FAIL
[e.style['animation-trigger-type'\] = "once, repeat" should set the property value]
expected: FAIL
[e.style['animation-trigger-type'\] = "once, repeat, alternate" should set the property value]
expected: FAIL
[e.style['animation-trigger-type'\] = "once, repeat, alternate, state" should set the property value]
expected: FAIL