Update web-platform-tests to revision b'68f7e630c2646830a3ee274e21a3efcb001fbd65' (#32464)

This commit is contained in:
Servo WPT Sync 2024-06-09 01:48:28 -04:00 committed by GitHub
parent 4f5184b6e2
commit 855f32013f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
714 changed files with 24486 additions and 20198 deletions

View file

@ -1,2 +0,0 @@
[color-contrast-001.html]
expected: FAIL

View file

@ -1,66 +0,0 @@
[color-computed-color-contrast-function.html]
[Property color value 'color-contrast(white vs red, blue)']
expected: FAIL
[Property color value 'color-contrast(white vs blue, red)']
expected: FAIL
[Property color value 'color-contrast(white vs red, blue, green)']
expected: FAIL
[Property color value 'color-contrast(white vs white, white)']
expected: FAIL
[Property color value 'color-contrast(blue vs red, white)']
expected: FAIL
[Property color value 'color-contrast(red vs blue, white, red)']
expected: FAIL
[Property color value 'color-contrast(black vs red, blue)']
expected: FAIL
[Property color value 'color-contrast(black vs blue, red)']
expected: FAIL
[Property color value 'color-contrast(black vs white, white)']
expected: FAIL
[Property color value 'color-contrast(red vs blue, rgb(255, 255, 255, .5))']
expected: FAIL
[Property color value 'color-contrast(wheat vs bisque, darkgoldenrod, olive, sienna, darkgreen, maroon to AA)']
expected: FAIL
[Property color value 'color-contrast(wheat vs bisque, darkgoldenrod, olive, sienna, darkgreen, maroon to AA-large)']
expected: FAIL
[Property color value 'color-contrast(wheat vs bisque, darkgoldenrod, olive, sienna, darkgreen, maroon to AAA)']
expected: FAIL
[Property color value 'color-contrast(wheat vs bisque, darkgoldenrod, olive, sienna, darkgreen, maroon to AAA-large)']
expected: FAIL
[Property color value 'color-contrast(wheat vs bisque, darkgoldenrod, olive, sienna, darkgreen, maroon to 5.8)']
expected: FAIL
[Property color value 'color-contrast(wheat vs bisque, darkgoldenrod, olive to 100)']
expected: FAIL
[Property color value 'color-contrast(green vs bisque, darkgoldenrod, olive to 100)']
expected: FAIL
[Property color value 'color-contrast(green vs color(display-p3 0 1 0), color(display-p3 0 0 1))']
expected: FAIL
[Property color value 'color-contrast(color(display-p3 1 1 0) vs color(display-p3 0 1 0), color(display-p3 0 0 1))']
expected: FAIL
[Property color value 'color-contrast(green vs lab(50% -160 160), lch(0.2 50 20deg))']
expected: FAIL
[Property color value 'color-contrast(lab(50% -160 160) vs green, lch(0.2 50 20deg))']
expected: FAIL
[Property color value 'color-contrast( white vs red, blue )']
expected: FAIL

View file

@ -1,66 +0,0 @@
[color-valid-color-contrast-function.html]
[e.style['color'\] = "color-contrast(white vs red, blue)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(white vs blue, red)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(white vs red, blue, green)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(white vs white, white)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(blue vs red, white)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(red vs blue, white, red)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(black vs red, blue)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(black vs blue, red)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(black vs white, white)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(red vs blue, rgb(255, 255, 255, .5))" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(wheat vs bisque, darkgoldenrod, olive, sienna, darkgreen, maroon to AA)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(wheat vs bisque, darkgoldenrod, olive, sienna, darkgreen, maroon to AA-large)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(wheat vs bisque, darkgoldenrod, olive, sienna, darkgreen, maroon to AAA)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(wheat vs bisque, darkgoldenrod, olive, sienna, darkgreen, maroon to AAA-large)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(wheat vs bisque, darkgoldenrod, olive, sienna, darkgreen, maroon to 5.8)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(wheat vs bisque, darkgoldenrod, olive to 100)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(green vs bisque, darkgoldenrod, olive to 100)" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(green vs color(display-p3 0 1 0), color(display-p3 0 0 1))" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(color(display-p3 1 1 0) vs color(display-p3 0 1 0), color(display-p3 0 0 1))" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(green vs lab(50% -160 160), lch(0.2 50 20deg))" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast(lab(50% -160 160) vs green, lch(0.2 50 20deg))" should set the property value]
expected: FAIL
[e.style['color'\] = "color-contrast( white vs red, blue )" should set the property value]
expected: FAIL

View file

@ -280,3 +280,6 @@
[e.style['color'\] = "color-mix(in hwb specified hue, hwb(320deg 30% 40%), hwb(20deg 30% 40%))" should set the property value]
expected: FAIL
[e.style['color'\] = "color-mix(in hsl, red calc(50% * sign(100em - 1px)), blue)" should set the property value]
expected: FAIL

View file

@ -25,3 +25,6 @@
[rotateZ(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to rotateZ(2deg)]
expected: FAIL
[calc(sign(1em - 1px) * 2) calc(sign(1em - 1px) * 2) calc(sign(1em - 1px) * 2) should be used-value-equivalent to 2 2 2]
expected: FAIL

View file

@ -0,0 +1,2 @@
[filter-region-html-content-viewport.tentative.html]
expected: FAIL