Update web-platform-tests to revision b'b73a0a32890ff293961eb55bb90ba57a5a711f48' (#32010)

This commit is contained in:
Servo WPT Sync 2024-04-06 22:58:36 -04:00 committed by GitHub
parent 1ffa61aabf
commit 05f1bbf0a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
765 changed files with 19221 additions and 3164 deletions

View file

@ -0,0 +1,15 @@
[grid-column-gap-computed.html]
[Property grid-column-gap value 'normal']
expected: FAIL
[Property grid-column-gap value 'calc(10px + 0.5em)']
expected: FAIL
[Property grid-column-gap value 'calc(10px - 0.5em)']
expected: FAIL
[Property grid-column-gap value '40%']
expected: FAIL
[Property grid-column-gap value 'calc(50% + 60px)']
expected: FAIL

View file

@ -0,0 +1,18 @@
[grid-column-gap-valid.html]
[e.style['grid-column-gap'\] = "normal" should set the property value]
expected: FAIL
[e.style['grid-column-gap'\] = "0" should set the property value]
expected: FAIL
[e.style['grid-column-gap'\] = "1px" should set the property value]
expected: FAIL
[e.style['grid-column-gap'\] = "calc(2em + 3ex)" should set the property value]
expected: FAIL
[e.style['grid-column-gap'\] = "4%" should set the property value]
expected: FAIL
[e.style['grid-column-gap'\] = "5vmin" should set the property value]
expected: FAIL

View file

@ -0,0 +1,33 @@
[grid-gap-computed.html]
[Property grid-gap value 'normal']
expected: FAIL
[Property grid-gap value '10px']
expected: FAIL
[Property grid-gap value '20%']
expected: FAIL
[Property grid-gap value 'calc(20% + 10px)']
expected: FAIL
[Property grid-gap value 'calc(-0.5em + 10px)']
expected: FAIL
[Property grid-gap value 'calc(0.5em + 10px)']
expected: FAIL
[Property grid-gap value 'normal 10px']
expected: FAIL
[Property grid-gap value '10px 20%']
expected: FAIL
[Property grid-gap value '20% calc(20% + 10px)']
expected: FAIL
[Property grid-gap value 'calc(20% + 10px) normal']
expected: FAIL
[Property grid-gap value 'calc(-0.5em + 10px) calc(0.5em + 10px)']
expected: FAIL

View file

@ -0,0 +1,36 @@
[grid-gap-shorthand.html]
[e.style['gap'\] = "normal" should set column-gap]
expected: FAIL
[e.style['gap'\] = "normal" should set row-gap]
expected: FAIL
[e.style['gap'\] = "normal" should not set unrelated longhands]
expected: FAIL
[e.style['gap'\] = "10px 20%" should set column-gap]
expected: FAIL
[e.style['gap'\] = "10px 20%" should set row-gap]
expected: FAIL
[e.style['gap'\] = "10px 20%" should not set unrelated longhands]
expected: FAIL
[e.style['gap'\] = "10px normal" should set column-gap]
expected: FAIL
[e.style['gap'\] = "10px normal" should set row-gap]
expected: FAIL
[e.style['gap'\] = "10px normal" should not set unrelated longhands]
expected: FAIL
[e.style['gap'\] = "normal calc(20% + 10px)" should set grid-column-gap]
expected: FAIL
[e.style['gap'\] = "normal calc(20% + 10px)" should set grid-row-gap]
expected: FAIL
[e.style['gap'\] = "normal calc(20% + 10px)" should not set unrelated longhands]
expected: FAIL

View file

@ -0,0 +1,27 @@
[grid-gap-valid.html]
[e.style['grid-gap'\] = "normal normal" should set the property value]
expected: FAIL
[e.style['grid-gap'\] = "10px 10px" should set the property value]
expected: FAIL
[e.style['grid-gap'\] = "20% 20%" should set the property value]
expected: FAIL
[e.style['grid-gap'\] = "calc(20% + 10px) calc(20% + 10px)" should set the property value]
expected: FAIL
[e.style['grid-gap'\] = "normal 10px" should set the property value]
expected: FAIL
[e.style['grid-gap'\] = "10px 20%" should set the property value]
expected: FAIL
[e.style['grid-gap'\] = "20% calc(20% + 10px)" should set the property value]
expected: FAIL
[e.style['grid-gap'\] = "calc(20% + 10px) 0px" should set the property value]
expected: FAIL
[e.style['grid-gap'\] = "0px normal" should set the property value]
expected: FAIL

View file

@ -0,0 +1,18 @@
[grid-row-gap-computed.html]
[Property grid-row-gap value 'normal']
expected: FAIL
[Property grid-row-gap value '10px']
expected: FAIL
[Property grid-row-gap value '20%']
expected: FAIL
[Property grid-row-gap value 'calc(20% + 10px)']
expected: FAIL
[Property grid-row-gap value 'calc(-0.5em + 10px)']
expected: FAIL
[Property grid-row-gap value 'calc(0.5em + 10px)']
expected: FAIL

View file

@ -0,0 +1,15 @@
[grid-row-gap-valid.html]
[e.style['grid-row-gap'\] = "normal" should set the property value]
expected: FAIL
[e.style['grid-row-gap'\] = "10px" should set the property value]
expected: FAIL
[e.style['grid-row-gap'\] = "20%" should set the property value]
expected: FAIL
[e.style['grid-row-gap'\] = "calc(20% + 10px)" should set the property value]
expected: FAIL
[e.style['grid-row-gap'\] = "0" should set the property value]
expected: FAIL