mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Update web-platform-tests to revision b'17375f41ccf41e081764d2786ec535dede108c47' (#32426)
This commit is contained in:
parent
b28314d33e
commit
dd2de1836b
391 changed files with 6903 additions and 1455 deletions
|
@ -0,0 +1,2 @@
|
|||
[border-radius-side-shorthands-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[border-radius-side-shorthands-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-bottom-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-bottom-left-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-bottom-right-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-bottom-right-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-left-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-right-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-left-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-left-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-left-bottom-right-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-left-bottom-right-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-left-bottom-right-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-right-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-right-bottom-left-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-right-bottom-left-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-right-bottom-left-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-round-bottom-left-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-round-bottom-right-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-round-bottom-right-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-round-top-left-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-round-top-left-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-round-top-right-001.html]
|
||||
expected: FAIL
|
|
@ -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
|
||||
|
|
|
@ -7,3 +7,6 @@
|
|||
|
||||
[Specificity wins over proximity]
|
||||
expected: FAIL
|
||||
|
||||
[Identical root with further proximity is not ignored]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[scope-shadow-sharing.html]
|
||||
expected: FAIL
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[first-letter-width-2.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-breaking-030.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-breaking-031.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[line-breaking-032.html]
|
||||
expected: FAIL
|
|
@ -28,3 +28,6 @@
|
|||
|
||||
[Property text-spacing-trim value 'trim-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property text-spacing-trim value 'trim-both']
|
||||
expected: FAIL
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
|
@ -0,0 +1,2 @@
|
|||
[adoptedstylesheets-modify-array-and-sheet.html]
|
||||
expected: ERROR
|
|
@ -1,3 +0,0 @@
|
|||
[traverse_the_history_4.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[reparent-form-during-planned-navigation-task.html]
|
||||
expected: TIMEOUT
|
||||
[reparent-form-during-planned-navigation-task]
|
||||
expected: TIMEOUT
|
|
@ -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
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[async-script.html?default]
|
||||
|
||||
[async-script.html?reload]
|
||||
expected: ERROR
|
|
@ -0,0 +1,3 @@
|
|||
[module-delayed.html]
|
||||
[async document.write in a module]
|
||||
expected: FAIL
|
|
@ -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
|
@ -0,0 +1,2 @@
|
|||
[border-radius-side-shorthands-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[border-radius-side-shorthands-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-bottom-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-bottom-left-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-bottom-right-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-bottom-right-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-left-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-right-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-left-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-left-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-left-bottom-right-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-left-bottom-right-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-left-bottom-right-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-right-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-right-bottom-left-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-right-bottom-left-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-angle-top-right-bottom-left-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-round-bottom-left-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-round-bottom-right-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-round-bottom-right-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-round-top-left-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-round-top-left-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[corner-shape-round-top-right-001.html]
|
||||
expected: FAIL
|
|
@ -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
|
||||
|
|
|
@ -7,3 +7,6 @@
|
|||
|
||||
[Specificity wins over proximity]
|
||||
expected: FAIL
|
||||
|
||||
[Identical root with further proximity is not ignored]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[scope-shadow-sharing.html]
|
||||
expected: FAIL
|
|
@ -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
|
||||
|
|
|
@ -28,3 +28,6 @@
|
|||
|
||||
[Property text-spacing-trim value 'trim-start']
|
||||
expected: FAIL
|
||||
|
||||
[Property text-spacing-trim value 'trim-both']
|
||||
expected: FAIL
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -0,0 +1,2 @@
|
|||
[text-wrap-balance-005.html]
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -1,2 +0,0 @@
|
|||
[disconnected-element-001.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[adoptedstylesheets-modify-array-and-sheet.html]
|
||||
expected: ERROR
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.measure.advances-not-defined.html]
|
||||
[Testing that TextMetrics.advances is not defined]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.measure.advances-not-defined.worker.html]
|
||||
[Testing that TextMetrics.advances is not defined]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[block-in-inline.html]
|
||||
expected: FAIL
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue