Update web-platform-tests to revision b'ebe057a1153d34042bac1ff3dc944220876f69ec' (#33116)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-08-19 03:45:30 -04:00 committed by GitHub
parent b5fe99ba5d
commit d59a7f62f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
806 changed files with 25198 additions and 2228 deletions

View file

@ -0,0 +1,69 @@
[masonry-template-tracks-valid.html]
[e.style['masonry-template-tracks'\] = "auto" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "10px" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "20%" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "calc(-0.5em + 10px)" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "calc(0.5em + 10px)" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "calc(30% + 40vw)" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "5FR" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "min-content" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "Max-Content" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "AuTo" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "1fr 2fr 1fr" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "minmax(10px, auto)" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "minmax(20%, max-content)" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "minmax(calc(-0.5em + 10px), min-content)" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "minmax(calc(0.5em + 10px), 5fr)" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "minmax(calc(30% + 40vw), 10px)" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "minmax(min-content, 20%)" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "minmax(max-content, calc(-0.5em + 10px))" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "minmax(auto, calc(0.5em + 10px))" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "repeat(5, auto)" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "repeat(auto-fill, 25%)" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "[\] 150px [\] 1fr [\]" should set the property value]
expected: FAIL
[e.style['masonry-template-tracks'\] = "repeat(1, [\] 10px [\])" should set the property value]
expected: FAIL

View file

@ -0,0 +1,24 @@
[masonry-track-computed.html]
[Property masonry-track-end value 'auto']
expected: FAIL
[Property masonry-track-start value 'auto']
expected: FAIL
[Property masonry-track-end value '_9']
expected: FAIL
[Property masonry-track-start value '-_π']
expected: FAIL
[Property masonry-track-end value '-44 Z']
expected: FAIL
[Property masonry-track-start value '+90 X']
expected: FAIL
[Property masonry-track-end value 'span 1 i']
expected: FAIL
[Property masonry-track-start value 'span 2']
expected: FAIL

View file

@ -0,0 +1,24 @@
[masonry-track-valid.html]
[e.style['masonry-track-end'\] = "AuTo" should set the property value]
expected: FAIL
[e.style['masonry-track-start'\] = "AuTo" should set the property value]
expected: FAIL
[e.style['masonry-track-end'\] = "a_3" should set the property value]
expected: FAIL
[e.style['masonry-track-start'\] = "-_π" should set the property value]
expected: FAIL
[e.style['masonry-track-end'\] = "Z -44" should set the property value]
expected: FAIL
[e.style['masonry-track-start'\] = "+90" should set the property value]
expected: FAIL
[e.style['masonry-track-end'\] = "SpAn i 2" should set the property value]
expected: FAIL
[e.style['masonry-track-start'\] = "2 i span" should set the property value]
expected: FAIL