Skip to content

Commit

Permalink
Update web-platform-tests to revision b'b6cddc4617fedeed0db493b3ba928…
Browse files Browse the repository at this point in the history
…3148797447f' (#30021)
  • Loading branch information
servo-wpt-sync committed Jul 25, 2023
1 parent f7fcc6e commit 8d32ec8
Show file tree
Hide file tree
Showing 147 changed files with 4,073 additions and 498 deletions.
496 changes: 425 additions & 71 deletions tests/wpt/meta-legacy-layout/MANIFEST.json

Large diffs are not rendered by default.

Expand Up @@ -8,8 +8,5 @@
[[data-expected-height\] 3]
expected: FAIL

[[data-expected-height\] 1]
expected: FAIL

[[data-expected-height\] 2]
[[data-expected-height\] 4]
expected: FAIL

This file was deleted.

@@ -0,0 +1,15 @@
[text-autospace-computed.html]
[Property text-autospace value 'normal']
expected: FAIL

[Property text-autospace value 'no-autospace']
expected: FAIL

[Property text-autospace value 'auto']
expected: FAIL

[Property text-autospace value 'ideograph-alpha']
expected: FAIL

[Property text-autospace value 'ideograph-numeric']
expected: FAIL
@@ -0,0 +1,30 @@
[text-autospace-valid.html]
[e.style['text-autospace'\] = "normal" should set the property value]
expected: FAIL

[e.style['text-autospace'\] = "no-autospace" should set the property value]
expected: FAIL

[e.style['text-autospace'\] = "auto" should set the property value]
expected: FAIL

[e.style['text-autospace'\] = "ideograph-alpha" should set the property value]
expected: FAIL

[e.style['text-autospace'\] = "ideograph-numeric" should set the property value]
expected: FAIL

[e.style['text-autospace'\] = "ideograph-alpha ideograph-numeric" should set the property value]
expected: FAIL

[e.style['text-autospace'\] = "punctuation" should set the property value]
expected: FAIL

[e.style['text-autospace'\] = "punctuation normal" should set the property value]
expected: FAIL

[e.style['text-autospace'\] = "punctuation ideograph-alpha" should set the property value]
expected: FAIL

[e.style['text-autospace'\] = "punctuation ideograph-alpha ideograph-numeric" should set the property value]
expected: FAIL
@@ -0,0 +1,2 @@
[ElementInternals-setFormValue-nullish-value.html]
expected: ERROR
@@ -1,4 +1,5 @@
[redirect-keepalive.any.html]
expected: TIMEOUT
[[keepalive\][new window\][unload\] same-origin redirect]
expected: FAIL

Expand Down
Expand Up @@ -146,3 +146,9 @@

[list-style-image sec-fetch-site - HTTPS downgrade-upgrade]
expected: FAIL

[background-image sec-fetch-user - Not sent to non-trustworthy same-origin destination]
expected: TIMEOUT

[border-image sec-fetch-user - Not sent to non-trustworthy same-origin destination]
expected: FAIL
@@ -0,0 +1,27 @@
[worker-fetch.tentative.https.window.html]
[private to local: failed preflight.]
expected: FAIL

[private to local: success.]
expected: FAIL

[public to local: failed preflight.]
expected: FAIL

[public to local: success.]
expected: FAIL

[public to private: failed preflight.]
expected: FAIL

[public to private: success.]
expected: FAIL

[treat-as-public to local: failed preflight.]
expected: FAIL

[treat-as-public to private: failed preflight.]
expected: FAIL

[treat-as-public to private: success.]
expected: FAIL
Expand Up @@ -13,3 +13,9 @@

[0080 00FF 0100 set in href="" targeting a frame and clicked]
expected: FAIL

[D83D DE0D set in href="" targeting a frame and clicked]
expected: FAIL

[DE0D 0041 set in href="" targeting a frame and clicked]
expected: FAIL

This file was deleted.

@@ -1,4 +1,3 @@
[form-requestsubmit.html]
expected: TIMEOUT
[Replace before load, triggered by formElement.requestSubmit()]
expected: TIMEOUT
expected: FAIL
@@ -1,4 +1,3 @@
[form-submit-button-click.html]
expected: TIMEOUT
[Replace before load, triggered by submitButton.click()]
expected: TIMEOUT
expected: FAIL

This file was deleted.

@@ -1,5 +1,4 @@
[cross-origin-objects.html]
expected: TIMEOUT
[Basic sanity-checking (cross-origin)]
expected: FAIL

Expand Down

This file was deleted.

@@ -1,2 +1,2 @@
[canvas.2d.disconnected.html]
expected: TIMEOUT
expected: FAIL
@@ -0,0 +1,6 @@
[nontraditional-about-srcdoc.html]
[about:srcdoc navigated via a `javascript:` URL is treated like a normal about:srcdoc document]
expected: FAIL

[about:srcdoc with URL changed by history.replaceState() is treated like a normal about:srcdoc document]
expected: FAIL
@@ -1,7 +1,6 @@
[autofocus-dialog.html]
expected: TIMEOUT
[<dialog> can contain autofocus, without stopping page autofocus content from working]
expected: FAIL

[<dialog>-contained autofocus element gets focused when the dialog is shown]
expected: TIMEOUT
expected: FAIL

This file was deleted.

@@ -0,0 +1,3 @@
[media_fragment_seek.html]
[Video should seek to time specified in media fragment syntax]
expected: FAIL
@@ -1,4 +1,5 @@
[iframe_sandbox_popups_escaping-1.html]
type: testharness
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL
expected: TIMEOUT
@@ -1,5 +1,4 @@
[iframe_sandbox_popups_escaping-3.html]
type: testharness
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,4 +1,5 @@
[iframe_sandbox_popups_nonescaping-1.html]
type: testharness
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL
expected: NOTRUN
Expand Up @@ -164,9 +164,6 @@
[text/plain: backslash in name (formdata event)]
expected: FAIL

[text/plain: Basic test (formdata event)]
expected: FAIL

[text/plain: 0x00 in name (formdata event)]
expected: FAIL

Expand All @@ -181,3 +178,6 @@

[text/plain: Basic File test (formdata event)]
expected: FAIL

[text/plain: 0x00 in name (normal form)]
expected: FAIL

This file was deleted.

@@ -1,4 +1,5 @@
[promise-job-entry-different-function-realm.html]
expected: TIMEOUT
[Fulfillment handler on fulfilled promise]
expected: FAIL

Expand All @@ -12,4 +13,4 @@
expected: FAIL

[Fulfillment handler on pending-then-fulfilled promise]
expected: FAIL
expected: TIMEOUT
@@ -1,9 +1,10 @@
[promise-job-entry.html]
expected: TIMEOUT
[Fulfillment handler on fulfilled promise]
expected: FAIL

[Rejection handler on pending-then-rejected promise]
expected: FAIL
expected: TIMEOUT

[Sanity check: this all works as expected with no promises involved]
expected: FAIL
Expand All @@ -15,4 +16,4 @@
expected: FAIL

[Fulfillment handler on pending-then-fulfilled promise]
expected: FAIL
expected: TIMEOUT
@@ -1,6 +1,7 @@
[promise-rejection-events.html]
expected: TIMEOUT
[delayed handling: delaying handling rejected promise created from createImageBitmap will cause both events to fire]
expected: FAIL
expected: TIMEOUT

[unhandledrejection: from createImageBitmap which is UA triggered]
expected: FAIL
Expand Up @@ -94,10 +94,10 @@
expected: FAIL

[mime-type 16 : text/html;charset=\x0bgbk]
expected: FAIL
expected: TIMEOUT

[mime-type 17 : text/html;charset=\x0cgbk]
expected: TIMEOUT
expected: NOTRUN

[mime-type 18 : text/html;\x0bcharset=gbk]
expected: NOTRUN
Expand Down
Expand Up @@ -17,3 +17,6 @@

[A ResourceTiming entry should be created for network error of type too many redirects]
expected: NOTRUN

[A ResourceTiming entry should be created for network error of type network error for ORB-blocked response]
expected: NOTRUN
@@ -1,5 +1,5 @@
[cross-partition.https.tentative.html]
expected: CRASH
expected: TIMEOUT
[BroadcastChannel messages aren't received from a cross-partition iframe]
expected: FAIL
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 8d32ec8

Please sign in to comment.