Update web-platform-tests to revision b'17375f41ccf41e081764d2786ec535dede108c47' (#32426)

This commit is contained in:
Servo WPT Sync 2024-06-01 23:56:27 -04:00 committed by GitHub
parent b28314d33e
commit dd2de1836b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
391 changed files with 6903 additions and 1455 deletions

View file

@ -0,0 +1,2 @@
[border-radius-side-shorthands-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[border-radius-side-shorthands-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-bottom-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-bottom-left-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-bottom-right-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-bottom-right-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-left-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-right-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-left-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-left-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-left-bottom-right-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-left-bottom-right-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-left-bottom-right-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-right-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-right-bottom-left-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-right-bottom-left-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-right-bottom-left-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-round-bottom-left-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-round-bottom-right-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-round-bottom-right-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-round-top-left-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-round-top-left-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-round-top-right-001.html]
expected: FAIL

View file

@ -1,3 +1,9 @@
[scope-implicit-external.html]
[@scope with external stylesheet]
expected: FAIL
[@scope with external stylesheet through link element]
expected: FAIL
[@scope with external stylesheet through @import]
expected: FAIL

View file

@ -7,3 +7,6 @@
[Specificity wins over proximity]
expected: FAIL
[Identical root with further proximity is not ignored]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scope-shadow-sharing.html]
expected: FAIL

View file

@ -22,3 +22,36 @@
[@scope (#main) { @scope (.a) { .b { } } }]
expected: FAIL
[@scope (#main) { .b { } } and .b]
expected: FAIL
[@scope (#main) to (.b) { .a { } } and .a]
expected: FAIL
[@scope (#main, .foo, .bar) { #a { } } and #a]
expected: FAIL
[@scope (#main) { div.b { } } and div.b]
expected: FAIL
[@scope (#main) { :scope .b { } } and .a .b]
expected: FAIL
[@scope (#main) { & .b { } } and #main .b]
expected: FAIL
[@scope (#main) { div .b { } } and div .b]
expected: FAIL
[@scope (#main) { @scope (.a) { .b { } } } and .b]
expected: FAIL
[@scope (#main) { :scope .b { } } and :scope .b]
expected: FAIL
[@scope { & .b { } } and :scope .b]
expected: FAIL
[@scope (#main) { > .a { } } and :where(#main) > .a]
expected: FAIL

View file

@ -0,0 +1,2 @@
[first-letter-width-2.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line-breaking-030.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line-breaking-031.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line-breaking-032.html]
expected: FAIL

View file

@ -28,3 +28,6 @@
[Property text-spacing-trim value 'trim-start']
expected: FAIL
[Property text-spacing-trim value 'trim-both']
expected: FAIL

View file

@ -28,3 +28,6 @@
[e.style['text-spacing-trim'\] = "trim-start" should set the property value]
expected: FAIL
[e.style['text-spacing-trim'\] = "trim-both" should set the property value]
expected: FAIL

View file

@ -1,9 +0,0 @@
[webkit-text-stroke-computed.html]
[Property -webkit-text-stroke value 'green']
expected: FAIL
[Property -webkit-text-stroke value '3px']
expected: FAIL
[Property -webkit-text-stroke value '1px red']
expected: FAIL

View file

@ -0,0 +1,27 @@
[transform-with-sign-function.html]
[skew(calc(sign(1em - 1px) * 2deg), calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to skew(2deg, 2deg)]
expected: FAIL
[skewX(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to skewX(2deg)]
expected: FAIL
[skewY(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to skewY(2deg)]
expected: FAIL
[matrix(calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2)) should be used-value-equivalent to matrix(2, 2, 2, 2, 2, 2)]
expected: FAIL
[matrix3d(calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2),calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2)) should be used-value-equivalent to matrix3d(2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2)]
expected: FAIL
[rotate(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to rotate(2deg)]
expected: FAIL
[rotateX(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to rotateX(2deg)]
expected: FAIL
[rotateY(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to rotateY(2deg)]
expected: FAIL
[rotateZ(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to rotateZ(2deg)]
expected: FAIL

View file

@ -0,0 +1,2 @@
[adoptedstylesheets-modify-array-and-sheet.html]
expected: ERROR

View file

@ -1,3 +0,0 @@
[traverse_the_history_4.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -1,4 +1,5 @@
[iframe_sandbox_popups_escaping-1.html]
type: testharness
expected: CRASH
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL

View file

@ -1,3 +1,4 @@
[iframe_sandbox_popups_escaping-2.html]
expected: CRASH
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: TIMEOUT

View file

@ -1,4 +1,5 @@
[iframe_sandbox_popups_nonescaping-1.html]
type: testharness
expected: CRASH
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL

View file

@ -1,5 +1,5 @@
[iframe_sandbox_popups_nonescaping-2.html]
type: testharness
expected: TIMEOUT
expected: CRASH
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: NOTRUN

View file

@ -0,0 +1,4 @@
[reparent-form-during-planned-navigation-task.html]
expected: TIMEOUT
[reparent-form-during-planned-navigation-task]
expected: TIMEOUT

View file

@ -1,4 +1,4 @@
[show-picker-cross-origin-iframe.tentative.html]
[show-picker-cross-origin-iframe.html]
[Test showPicker() called from cross-origin iframe 1]
expected: FAIL

View file

@ -1,4 +0,0 @@
[async-script.html?default]
[async-script.html?reload]
expected: ERROR

View file

@ -0,0 +1,3 @@
[module-delayed.html]
[async document.write in a module]
expected: FAIL

View file

@ -68,3 +68,6 @@
[PerformanceEntry has correct protocol attribute (xmlhttprequest)]
expected: FAIL
[PerformanceEntry has correct name, initiatorType, startTime, and duration (img)]
expected: FAIL

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,2 @@
[border-radius-side-shorthands-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[border-radius-side-shorthands-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-bottom-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-bottom-left-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-bottom-right-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-bottom-right-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-left-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-right-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-left-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-left-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-left-bottom-right-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-left-bottom-right-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-left-bottom-right-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-right-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-right-bottom-left-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-right-bottom-left-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-angle-top-right-bottom-left-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-round-bottom-left-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-round-bottom-right-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-round-bottom-right-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-round-top-left-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-round-top-left-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[corner-shape-round-top-right-001.html]
expected: FAIL

View file

@ -1,3 +1,9 @@
[scope-implicit-external.html]
[@scope with external stylesheet]
expected: FAIL
[@scope with external stylesheet through link element]
expected: FAIL
[@scope with external stylesheet through @import]
expected: FAIL

View file

@ -7,3 +7,6 @@
[Specificity wins over proximity]
expected: FAIL
[Identical root with further proximity is not ignored]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scope-shadow-sharing.html]
expected: FAIL

View file

@ -22,3 +22,36 @@
[@scope (#main) { @scope (.a) { .b { } } }]
expected: FAIL
[@scope (#main) { .b { } } and .b]
expected: FAIL
[@scope (#main) to (.b) { .a { } } and .a]
expected: FAIL
[@scope (#main, .foo, .bar) { #a { } } and #a]
expected: FAIL
[@scope (#main) { div.b { } } and div.b]
expected: FAIL
[@scope (#main) { :scope .b { } } and .a .b]
expected: FAIL
[@scope (#main) { & .b { } } and #main .b]
expected: FAIL
[@scope (#main) { div .b { } } and div .b]
expected: FAIL
[@scope (#main) { @scope (.a) { .b { } } } and .b]
expected: FAIL
[@scope (#main) { :scope .b { } } and :scope .b]
expected: FAIL
[@scope { & .b { } } and :scope .b]
expected: FAIL
[@scope (#main) { > .a { } } and :where(#main) > .a]
expected: FAIL

View file

@ -28,3 +28,6 @@
[Property text-spacing-trim value 'trim-start']
expected: FAIL
[Property text-spacing-trim value 'trim-both']
expected: FAIL

View file

@ -28,3 +28,6 @@
[e.style['text-spacing-trim'\] = "trim-start" should set the property value]
expected: FAIL
[e.style['text-spacing-trim'\] = "trim-both" should set the property value]
expected: FAIL

View file

@ -1,9 +0,0 @@
[webkit-text-stroke-computed.html]
[Property -webkit-text-stroke value 'green']
expected: FAIL
[Property -webkit-text-stroke value '3px']
expected: FAIL
[Property -webkit-text-stroke value '1px red']
expected: FAIL

View file

@ -0,0 +1,2 @@
[text-wrap-balance-005.html]
expected: FAIL

View file

@ -0,0 +1,27 @@
[transform-with-sign-function.html]
[skew(calc(sign(1em - 1px) * 2deg), calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to skew(2deg, 2deg)]
expected: FAIL
[skewX(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to skewX(2deg)]
expected: FAIL
[skewY(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to skewY(2deg)]
expected: FAIL
[matrix(calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2)) should be used-value-equivalent to matrix(2, 2, 2, 2, 2, 2)]
expected: FAIL
[matrix3d(calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2),calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2), calc(sign(1em - 1px) * 2)) should be used-value-equivalent to matrix3d(2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2)]
expected: FAIL
[rotate(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to rotate(2deg)]
expected: FAIL
[rotateX(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to rotateX(2deg)]
expected: FAIL
[rotateY(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to rotateY(2deg)]
expected: FAIL
[rotateZ(calc(sign(1em - 1px) * 2deg)) should be used-value-equivalent to rotateZ(2deg)]
expected: FAIL

View file

@ -1,2 +0,0 @@
[disconnected-element-001.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[adoptedstylesheets-modify-array-and-sheet.html]
expected: ERROR

View file

@ -4,7 +4,7 @@
expected: FAIL
[sec-fetch-site - Cross-site, no attributes]
expected: TIMEOUT
expected: FAIL
[sec-fetch-site - Same site, no attributes]
expected: NOTRUN

View file

@ -41,6 +41,3 @@
[sec-fetch-site - HTTPS downgrade-upgrade, no attributes]
expected: NOTRUN
[sec-fetch-site - Not sent to non-trustworthy same-origin destination, no attributes]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.text.measure.advances-not-defined.html]
[Testing that TextMetrics.advances is not defined]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.text.measure.advances-not-defined.worker.html]
[Testing that TextMetrics.advances is not defined]
expected: FAIL

View file

@ -0,0 +1,2 @@
[block-in-inline.html]
expected: FAIL

View file

@ -1,4 +1,4 @@
[iframe_sandbox_popups_escaping-1.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: TIMEOUT
expected: FAIL

View file

@ -1,3 +1,4 @@
[iframe_sandbox_popups_nonescaping-2.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL
expected: NOTRUN

View file

@ -1,4 +1,4 @@
[show-picker-cross-origin-iframe.tentative.html]
[show-picker-cross-origin-iframe.html]
[Test showPicker() called from cross-origin iframe 1]
expected: FAIL

View file

@ -1,4 +0,0 @@
[async-script.html?reload]
expected: ERROR
[async-script.html?default]

Some files were not shown because too many files have changed in this diff Show more