Sync WPT with upstream (29-10-2023) (#30641)

* Update web-platform-tests to revision b'9f24a7061dc47c00ffe3f0f6dda5822a9b15c2a5'

* Update expectations

---------

Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Servo WPT Sync 2023-10-31 01:06:17 -04:00 committed by GitHub
parent 61f7e43322
commit 4ea042cb14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
438 changed files with 10674 additions and 2524 deletions

View file

@ -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

View file

@ -0,0 +1,57 @@
[system-color-support.html]
[System color Canvas works]
expected: FAIL
[System color CanvasText works]
expected: FAIL
[System color LinkText works]
expected: FAIL
[System color VisitedText works]
expected: FAIL
[System color ActiveText works]
expected: FAIL
[System color ButtonFace works]
expected: FAIL
[System color ButtonText works]
expected: FAIL
[System color ButtonBorder works]
expected: FAIL
[System color Field works]
expected: FAIL
[System color FieldText works]
expected: FAIL
[System color Highlight works]
expected: FAIL
[System color HighlightText works]
expected: FAIL
[System color SelectedItem works]
expected: FAIL
[System color SelectedItemText works]
expected: FAIL
[System color Mark works]
expected: FAIL
[System color MarkText works]
expected: FAIL
[System color GrayText works]
expected: FAIL
[System color AccentColor works]
expected: FAIL
[System color AccentColorText works]
expected: FAIL

View file

@ -1,2 +0,0 @@
[t32-opacity-basic-0.6-a.xht]
expected: FAIL

View file

@ -0,0 +1,7 @@
[font-palette-animation-not-specified-endpoints.html]
expected: TIMEOUT
[Verify font-palette is animated when `from` keyframe is not specified]
expected: NOTRUN
[Verify font-palette is animated when `to` keyframe is not specified]
expected: NOTRUN

View file

@ -815,12 +815,6 @@
[Property background-image value 'linear-gradient(in oklch decreasing hue to right bottom, color(srgb 1 0 0), blue)']
expected: FAIL
[Property background-image value 'radial-gradient(ellipse 50% 40em, red, blue)']
expected: FAIL
[Property background-image value 'radial-gradient(at right center, red, blue)']
expected: FAIL
[Property background-image value 'radial-gradient(50px, color(srgb 1 0 0), blue)']
expected: FAIL

View file

@ -46,3 +46,15 @@
[Property white-space-collapse inherits]
expected: FAIL
[Property text-wrap-mode has initial value wrap]
expected: FAIL
[Property text-wrap-mode inherits]
expected: FAIL
[Property text-wrap-style has initial value auto]
expected: FAIL
[Property text-wrap-style inherits]
expected: FAIL

View file

@ -0,0 +1,66 @@
[text-wrap-computed.html]
[Property text-wrap value 'wrap']
expected: FAIL
[Property text-wrap value 'nowrap']
expected: FAIL
[Property text-wrap value 'auto']
expected: FAIL
[Property text-wrap value 'balance']
expected: FAIL
[Property text-wrap value 'stable']
expected: FAIL
[Property text-wrap value 'pretty']
expected: FAIL
[Property text-wrap value 'wrap auto']
expected: FAIL
[Property text-wrap value 'wrap balance']
expected: FAIL
[Property text-wrap value 'wrap pretty']
expected: FAIL
[Property text-wrap value 'wrap stable']
expected: FAIL
[Property text-wrap value 'auto wrap']
expected: FAIL
[Property text-wrap value 'balance wrap']
expected: FAIL
[Property text-wrap value 'pretty wrap']
expected: FAIL
[Property text-wrap value 'stable wrap']
expected: FAIL
[Property text-wrap value 'nowrap auto']
expected: FAIL
[Property text-wrap value 'nowrap balance']
expected: FAIL
[Property text-wrap value 'nowrap pretty']
expected: FAIL
[Property text-wrap value 'nowrap stable']
expected: FAIL
[Property text-wrap value 'auto nowrap']
expected: FAIL
[Property text-wrap value 'balance nowrap']
expected: FAIL
[Property text-wrap value 'pretty nowrap']
expected: FAIL
[Property text-wrap value 'stable nowrap']
expected: FAIL

View file

@ -0,0 +1,6 @@
[text-wrap-mode-computed.html]
[Property text-wrap-mode value 'wrap']
expected: FAIL
[Property text-wrap-mode value 'nowrap']
expected: FAIL

View file

@ -0,0 +1,21 @@
[text-wrap-mode-valid.html]
[e.style['text-wrap-mode'\] = "wrap" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "nowrap" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "initial" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "inherit" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "unset" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "revert" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "revert-layer" should set the property value]
expected: FAIL

View file

@ -0,0 +1,12 @@
[text-wrap-style-computed.html]
[Property text-wrap-style value 'auto']
expected: FAIL
[Property text-wrap-style value 'balance']
expected: FAIL
[Property text-wrap-style value 'pretty']
expected: FAIL
[Property text-wrap-style value 'stable']
expected: FAIL

View file

@ -0,0 +1,27 @@
[text-wrap-style-valid.html]
[e.style['text-wrap-style'\] = "auto" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "balance" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "pretty" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "stable" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "initial" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "inherit" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "unset" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "revert" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "revert-layer" should set the property value]
expected: FAIL

View file

@ -706,3 +706,12 @@
[mod(4, -Infinity) should be used-value-equivalent to calc(NaN)]
expected: FAIL
[round(1px + 0%, 1px) should be used-value-equivalent to 1px]
expected: FAIL
[mod(3px + 0%, 2px) should be used-value-equivalent to 1px]
expected: FAIL
[rem(3px + 0%, 2px) should be used-value-equivalent to 1px]
expected: FAIL

View file

@ -1,6 +1,3 @@
[scroll-behavior-smooth-navigation.html]
[Instant scrolling while doing history navigation.]
expected: FAIL
[Smooth scrolling while doing history navigation.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[header-referrer-no-referrer-when-downgrade.tentative.https.html]
[Test referer header https://web-platform.test:8443]
expected: FAIL

View file

@ -0,0 +1,3 @@
[header-referrer-no-referrer.tentative.https.html]
[Test referer header ]
expected: FAIL

View file

@ -0,0 +1,6 @@
[header-referrer-origin-when-cross-origin.tentative.https.html]
[Test referer header https://web-platform.test:8443]
expected: FAIL
[Test referer header https://www1.web-platform.test:8443]
expected: FAIL

View file

@ -0,0 +1,3 @@
[header-referrer-origin.tentative.https.html]
[Test referer header https://www1.web-platform.test:8443]
expected: FAIL

View file

@ -0,0 +1,6 @@
[header-referrer-same-origin.tentative.https.html]
[Test referer header ]
expected: FAIL
[Test referer header https://www1.web-platform.test:8443]
expected: FAIL

View file

@ -0,0 +1,3 @@
[header-referrer-strict-origin-when-cross-origin.tentative.https.html]
[Test referer header https://www1.web-platform.test:8443]
expected: FAIL

View file

@ -0,0 +1,3 @@
[header-referrer-strict-origin.tentative.https.html]
[Test referer header https://web-platform.test:8443]
expected: FAIL

View file

@ -0,0 +1,3 @@
[header-referrer-unsafe-url.tentative.https.html]
[Test referer header https://web-platform.test:8443]
expected: FAIL

View file

@ -0,0 +1,2 @@
[iframe.tentative.https.window.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[new-window.tentative.https.window.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[csp-allowed.tentative.https.window.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[csp-blocked.tentative.https.window.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[csp-redirect-to-blocked.tentative.https.window.html]
expected: ERROR

View file

@ -146,12 +146,3 @@
[list-style-image sec-fetch-site - HTTPS downgrade-upgrade]
expected: FAIL
[background-image sec-fetch-site - HTTPS downgrade (header not sent)]
expected: TIMEOUT
[border-image sec-fetch-site - HTTPS downgrade (header not sent)]
expected: FAIL
[background-image sec-fetch-mode - Not sent to non-trustworthy same-origin destination]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[raf-coarsened-time.https.html]
expected: ERROR

View file

@ -0,0 +1,4 @@
[order-in-bfcache-restore.html]
expected: TIMEOUT
[pagereveal event fires and in correct order on restoration from BFCache]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[order-in-new-document-navigation.html]
[pagereveal event fires and in correct order on new-document navigation]
expected: FAIL

View file

@ -0,0 +1,2 @@
[order-in-prerender-activation.html]
expected: ERROR

View file

@ -1,4 +1,5 @@
[iframe-src-aboutblank-navigate-immediately.html]
expected: TIMEOUT
[Navigating to a different document with window.open]
expected: FAIL
@ -6,4 +7,4 @@
expected: FAIL
[Navigating to a different document with form submission]
expected: FAIL
expected: TIMEOUT

View file

@ -7,3 +7,9 @@
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
expected: FAIL

View file

@ -0,0 +1,3 @@
[navigation-unload-cross-origin.sub.window.html]
[Cross-origin navigation started from unload handler must be ignored]
expected: FAIL

View file

@ -0,0 +1,2 @@
[canvas.2d.disconnected-font-size-math.html]
expected: CRASH

View file

@ -1,2 +1,2 @@
[canvas.2d.disconnected.html]
expected: CRASH
expected: FAIL

View file

@ -0,0 +1,66 @@
[dir-auto-form-associated.window.html]
[<input dir=auto type=hidden> directionality]
expected: FAIL
[<input dir=auto type=text> directionality]
expected: FAIL
[<input dir=auto type=search> directionality]
expected: FAIL
[<input dir=auto type=tel> directionality]
expected: FAIL
[<input dir=auto type=url> directionality]
expected: FAIL
[<input dir=auto type=email> directionality]
expected: FAIL
[<input dir=auto type=password> directionality]
expected: FAIL
[<input dir=auto type=submit> directionality]
expected: FAIL
[<input dir=auto type=reset> directionality]
expected: FAIL
[<input dir=auto type=button> directionality]
expected: FAIL
[<input dir=auto type=date> directionality]
expected: FAIL
[<input dir=auto type=month> directionality]
expected: FAIL
[<input dir=auto type=week> directionality]
expected: FAIL
[<input dir=auto type=time> directionality]
expected: FAIL
[<input dir=auto type=datetime-local> directionality]
expected: FAIL
[<input dir=auto type=number> directionality]
expected: FAIL
[<input dir=auto type=range> directionality]
expected: FAIL
[<input dir=auto type=color> directionality]
expected: FAIL
[<input dir=auto type=checkbox> directionality]
expected: FAIL
[<input dir=auto type=radio> directionality]
expected: FAIL
[<input dir=auto type=image> directionality]
expected: FAIL
[<textarea dir=auto> directionality]
expected: FAIL

View file

@ -0,0 +1,3 @@
[lang-attribute.window.html]
[unnamespaced lang attribute only works on elements in the HTML namespace]
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,4 +1,3 @@
[iframe_sandbox_popups_escaping-2.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,4 +1,5 @@
[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: FAIL
expected: TIMEOUT

View file

@ -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

View file

@ -1,9 +1,3 @@
[non-active-document.html]
[DOMParser]
expected: FAIL
[createHTMLDocument]
expected: FAIL
[<template>]
expected: FAIL

View file

@ -178,3 +178,9 @@
[text/plain: Basic test (formdata event)]
expected: FAIL
[text/plain: 0x00 in name (normal form)]
expected: FAIL
[text/plain: double quote in name (formdata event)]
expected: FAIL

View file

@ -1,3 +0,0 @@
[historical.html]
[<input name=isindex> should not be supported]
expected: FAIL

View file

@ -31,3 +31,6 @@
[invokeAction reflects tostring value 2]
expected: FAIL
[invokeAction reflects same casing]
expected: FAIL

View file

@ -11,6 +11,3 @@
[Check that rel=noopener with target=_parent does a normal load]
expected: FAIL
[Check that rel=noopener with target=_self does a normal load]
expected: FAIL

View file

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

View file

@ -1,3 +0,0 @@
[DOMContentLoaded-defer.html]
[The end: DOMContentLoaded and defer scripts]
expected: FAIL

View file

@ -1,10 +1,9 @@
[promise-job-entry-different-function-realm.html]
expected: TIMEOUT
[Fulfillment handler on fulfilled promise]
expected: FAIL
[Rejection handler on pending-then-rejected promise]
expected: TIMEOUT
expected: FAIL
[Thenable resolution]
expected: FAIL
@ -13,4 +12,4 @@
expected: FAIL
[Fulfillment handler on pending-then-fulfilled promise]
expected: TIMEOUT
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,5 @@
[casts.tentative.any.worker.html]
expected: ERROR
[casts.tentative.any.html]
expected: ERROR

View file

@ -0,0 +1,5 @@
[exported-object.tentative.any.worker.html]
expected: ERROR
[exported-object.tentative.any.html]
expected: ERROR

View file

@ -0,0 +1,5 @@
[i31.tentative.any.worker.html]
expected: ERROR
[i31.tentative.any.html]
expected: ERROR

View file

@ -0,0 +1,4 @@
[018.html]
expected: TIMEOUT
[origin of the script that invoked the method, javascript:]
expected: TIMEOUT

View file

@ -1,4 +0,0 @@
[017.html]
expected: TIMEOUT
[origin of the script that invoked the method, about:blank]
expected: TIMEOUT

View file

@ -1,4 +0,0 @@
[localstorage-about-blank-3P-iframe-opens-3P-window.partitioned.tentative.html]
expected: TIMEOUT
[StorageKey: test 3P about:blank window opened from a 3P iframe]
expected: TIMEOUT

File diff suppressed because it is too large Load diff

View file

@ -2,21 +2,6 @@
[[data-expected-height\] 7]
expected: FAIL
[[data-expected-height\] 9]
expected: FAIL
[[data-expected-height\] 10]
expected: FAIL
[[data-expected-height\] 11]
expected: FAIL
[[data-expected-height\] 12]
expected: FAIL
[[data-expected-height\] 13]
expected: FAIL
[[data-expected-height\] 3]
expected: FAIL

View file

@ -0,0 +1,57 @@
[system-color-support.html]
[System color Canvas works]
expected: FAIL
[System color CanvasText works]
expected: FAIL
[System color LinkText works]
expected: FAIL
[System color VisitedText works]
expected: FAIL
[System color ActiveText works]
expected: FAIL
[System color ButtonFace works]
expected: FAIL
[System color ButtonText works]
expected: FAIL
[System color ButtonBorder works]
expected: FAIL
[System color Field works]
expected: FAIL
[System color FieldText works]
expected: FAIL
[System color Highlight works]
expected: FAIL
[System color HighlightText works]
expected: FAIL
[System color SelectedItem works]
expected: FAIL
[System color SelectedItemText works]
expected: FAIL
[System color Mark works]
expected: FAIL
[System color MarkText works]
expected: FAIL
[System color GrayText works]
expected: FAIL
[System color AccentColor works]
expected: FAIL
[System color AccentColorText works]
expected: FAIL

View file

@ -0,0 +1,7 @@
[font-palette-animation-not-specified-endpoints.html]
expected: TIMEOUT
[Verify font-palette is animated when `from` keyframe is not specified]
expected: NOTRUN
[Verify font-palette is animated when `to` keyframe is not specified]
expected: NOTRUN

View file

@ -20,9 +20,6 @@
[Matching font-weight: '430' should prefer '420 440' over '450 460']
expected: FAIL
[Matching font-weight: '430' should prefer '350 399' over '340 398']
expected: FAIL
[Matching font-weight: '430' should prefer '501 550' over '502 560']
expected: FAIL
@ -56,9 +53,6 @@
[Matching font-style: 'oblique 20deg' should prefer 'oblique -50deg -20deg' over 'oblique -40deg -30deg']
expected: FAIL
[Matching font-style: 'oblique 10deg' should prefer 'italic' over 'oblique 0deg']
expected: FAIL
[Matching font-style: 'oblique 10deg' should prefer 'oblique -50deg -20deg' over 'oblique -40deg -30deg']
expected: FAIL
@ -83,9 +77,6 @@
[Matching font-style: 'oblique -10deg' should prefer 'oblique 0deg 10deg' over 'oblique 40deg 50deg']
expected: FAIL
[Matching font-style: 'oblique -20deg' should prefer 'oblique 0deg' over 'oblique 30deg 60deg']
expected: FAIL
[Matching font-style: 'oblique 21deg' should prefer 'oblique 40deg 50deg' over 'oblique 20deg']
expected: FAIL
@ -149,9 +140,6 @@
[Matching font-style: 'oblique 21deg' should prefer 'oblique 30deg 60deg' over 'oblique 40deg 50deg']
expected: FAIL
[Matching font-style: 'oblique -21deg' should prefer 'oblique 30deg 60deg' over 'oblique 40deg 50deg']
expected: FAIL
[Matching font-style: 'oblique 21deg' should prefer 'oblique -50deg -20deg' over 'oblique -40deg -30deg']
expected: FAIL
@ -161,9 +149,6 @@
[Matching font-style: 'oblique -20deg' should prefer 'italic' over 'oblique 0deg']
expected: FAIL
[Matching font-style: 'normal' should prefer 'oblique 20deg 30deg' over 'oblique -50deg -20deg']
expected: FAIL
[Matching font-style: 'italic' should prefer 'oblique -60deg -30deg' over 'oblique -50deg -40deg']
expected: FAIL
@ -185,9 +170,6 @@
[Matching font-weight: '430' should prefer '450 460' over '500']
expected: FAIL
[Matching font-style: 'italic' should prefer 'italic' over 'oblique 20deg']
expected: FAIL
[Matching font-stretch: '100%' should prefer '100%' over '110% 120%']
expected: FAIL
@ -265,3 +247,51 @@
[Matching font-style: 'oblique -21deg' should prefer 'oblique -60deg -40deg' over 'oblique -10deg']
expected: FAIL
[Matching font-weight: '400' should prefer '501 550' over '502 560']
expected: FAIL
[Matching font-weight: '501' should prefer '501' over '502 510']
expected: FAIL
[Matching font-stretch: '100%' should prefer '110% 120%' over '115% 116%']
expected: FAIL
[Matching font-stretch: '110%' should prefer '110% 120%' over '115% 116%']
expected: FAIL
[Matching font-style: 'normal' should prefer 'normal' over 'oblique 0deg']
expected: FAIL
[Matching font-style: 'normal' should prefer 'oblique -50deg -20deg' over 'oblique -40deg -30deg']
expected: FAIL
[Matching font-style: 'italic' should prefer 'oblique 40deg 50deg' over 'oblique 5deg 10deg']
expected: FAIL
[Matching font-style: 'italic' should prefer 'normal' over 'oblique 0deg']
expected: FAIL
[Matching font-style: 'oblique 20deg' should prefer 'oblique 10deg' over 'italic']
expected: FAIL
[Matching font-style: 'oblique 20deg' should prefer 'italic' over 'oblique 0deg']
expected: FAIL
[Matching font-style: 'oblique 21deg' should prefer 'italic' over 'oblique 0deg']
expected: FAIL
[Matching font-style: 'oblique 10deg' should prefer 'oblique 10deg' over 'oblique 5deg']
expected: FAIL
[Matching font-style: 'oblique 10deg' should prefer 'oblique 5deg' over 'oblique 15deg 20deg']
expected: FAIL
[Matching font-style: 'oblique 0deg' should prefer 'oblique 0deg' over 'oblique 5deg']
expected: FAIL
[Matching font-style: 'oblique 0deg' should prefer 'oblique 5deg' over 'oblique 15deg 20deg']
expected: FAIL
[Matching font-style: 'oblique -21deg' should prefer 'oblique 0deg' over 'oblique 30deg 60deg']
expected: FAIL

View file

@ -815,12 +815,6 @@
[Property background-image value 'linear-gradient(in oklch decreasing hue to right bottom, color(srgb 1 0 0), blue)']
expected: FAIL
[Property background-image value 'radial-gradient(ellipse 50% 40em, red, blue)']
expected: FAIL
[Property background-image value 'radial-gradient(at right center, red, blue)']
expected: FAIL
[Property background-image value 'radial-gradient(50px, color(srgb 1 0 0), blue)']
expected: FAIL

View file

@ -76,3 +76,15 @@
[Property white-space-collapse inherits]
expected: FAIL
[Property text-wrap-mode has initial value wrap]
expected: FAIL
[Property text-wrap-mode inherits]
expected: FAIL
[Property text-wrap-style has initial value auto]
expected: FAIL
[Property text-wrap-style inherits]
expected: FAIL

View file

@ -0,0 +1,66 @@
[text-wrap-computed.html]
[Property text-wrap value 'wrap']
expected: FAIL
[Property text-wrap value 'nowrap']
expected: FAIL
[Property text-wrap value 'auto']
expected: FAIL
[Property text-wrap value 'balance']
expected: FAIL
[Property text-wrap value 'stable']
expected: FAIL
[Property text-wrap value 'pretty']
expected: FAIL
[Property text-wrap value 'wrap auto']
expected: FAIL
[Property text-wrap value 'wrap balance']
expected: FAIL
[Property text-wrap value 'wrap pretty']
expected: FAIL
[Property text-wrap value 'wrap stable']
expected: FAIL
[Property text-wrap value 'auto wrap']
expected: FAIL
[Property text-wrap value 'balance wrap']
expected: FAIL
[Property text-wrap value 'pretty wrap']
expected: FAIL
[Property text-wrap value 'stable wrap']
expected: FAIL
[Property text-wrap value 'nowrap auto']
expected: FAIL
[Property text-wrap value 'nowrap balance']
expected: FAIL
[Property text-wrap value 'nowrap pretty']
expected: FAIL
[Property text-wrap value 'nowrap stable']
expected: FAIL
[Property text-wrap value 'auto nowrap']
expected: FAIL
[Property text-wrap value 'balance nowrap']
expected: FAIL
[Property text-wrap value 'pretty nowrap']
expected: FAIL
[Property text-wrap value 'stable nowrap']
expected: FAIL

View file

@ -0,0 +1,6 @@
[text-wrap-mode-computed.html]
[Property text-wrap-mode value 'wrap']
expected: FAIL
[Property text-wrap-mode value 'nowrap']
expected: FAIL

View file

@ -0,0 +1,21 @@
[text-wrap-mode-valid.html]
[e.style['text-wrap-mode'\] = "wrap" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "nowrap" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "initial" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "inherit" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "unset" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "revert" should set the property value]
expected: FAIL
[e.style['text-wrap-mode'\] = "revert-layer" should set the property value]
expected: FAIL

View file

@ -0,0 +1,12 @@
[text-wrap-style-computed.html]
[Property text-wrap-style value 'auto']
expected: FAIL
[Property text-wrap-style value 'balance']
expected: FAIL
[Property text-wrap-style value 'pretty']
expected: FAIL
[Property text-wrap-style value 'stable']
expected: FAIL

View file

@ -0,0 +1,27 @@
[text-wrap-style-valid.html]
[e.style['text-wrap-style'\] = "auto" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "balance" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "pretty" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "stable" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "initial" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "inherit" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "unset" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "revert" should set the property value]
expected: FAIL
[e.style['text-wrap-style'\] = "revert-layer" should set the property value]
expected: FAIL

View file

@ -700,3 +700,12 @@
[mod(4, -Infinity) should be used-value-equivalent to calc(NaN)]
expected: FAIL
[round(1px + 0%, 1px) should be used-value-equivalent to 1px]
expected: FAIL
[mod(3px + 0%, 2px) should be used-value-equivalent to 1px]
expected: FAIL
[rem(3px + 0%, 2px) should be used-value-equivalent to 1px]
expected: FAIL

View file

@ -1,5 +1,4 @@
[redirect-keepalive.any.html]
expected: TIMEOUT
[[keepalive\][new window\][unload\] same-origin redirect]
expected: FAIL

View file

@ -0,0 +1,3 @@
[header-referrer-no-referrer-when-downgrade.tentative.https.html]
[Test referer header https://web-platform.test:8443]
expected: FAIL

View file

@ -0,0 +1,3 @@
[header-referrer-no-referrer.tentative.https.html]
[Test referer header ]
expected: FAIL

View file

@ -0,0 +1,6 @@
[header-referrer-origin-when-cross-origin.tentative.https.html]
[Test referer header https://web-platform.test:8443]
expected: FAIL
[Test referer header https://www1.web-platform.test:8443]
expected: FAIL

View file

@ -0,0 +1,3 @@
[header-referrer-origin.tentative.https.html]
[Test referer header https://www1.web-platform.test:8443]
expected: FAIL

View file

@ -0,0 +1,6 @@
[header-referrer-same-origin.tentative.https.html]
[Test referer header ]
expected: FAIL
[Test referer header https://www1.web-platform.test:8443]
expected: FAIL

View file

@ -0,0 +1,3 @@
[header-referrer-strict-origin-when-cross-origin.tentative.https.html]
[Test referer header https://www1.web-platform.test:8443]
expected: FAIL

View file

@ -0,0 +1,3 @@
[header-referrer-strict-origin.tentative.https.html]
[Test referer header https://web-platform.test:8443]
expected: FAIL

View file

@ -0,0 +1,3 @@
[header-referrer-unsafe-url.tentative.https.html]
[Test referer header https://web-platform.test:8443]
expected: FAIL

View file

@ -0,0 +1,2 @@
[iframe.tentative.https.window.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[new-window.tentative.https.window.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[csp-allowed.tentative.https.window.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[csp-blocked.tentative.https.window.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[csp-redirect-to-blocked.tentative.https.window.html]
expected: ERROR

View file

@ -185,6 +185,3 @@
[border-image sec-fetch-site - HTTPS downgrade (header not sent)]
expected: FAIL
[background-image sec-fetch-mode - Not sent to non-trustworthy same-site destination]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[raf-coarsened-time.https.html]
expected: ERROR

View file

@ -0,0 +1,4 @@
[order-in-bfcache-restore.html]
expected: TIMEOUT
[pagereveal event fires and in correct order on restoration from BFCache]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[order-in-new-document-navigation.html]
[pagereveal event fires and in correct order on new-document navigation]
expected: FAIL

View file

@ -0,0 +1,2 @@
[order-in-prerender-activation.html]
expected: ERROR

View file

@ -5,8 +5,8 @@
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank?foo']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank']
expected: FAIL

View file

@ -10,3 +10,6 @@
[load event does not fire on window.open('about:blank?foo')]
expected: FAIL
[load event does not fire on window.open('about:blank')]
expected: FAIL

View file

@ -4,3 +4,15 @@
[Test javascript URL string return values in direct and indirect (target) frame contexts. 9]
expected: FAIL
[0041 set in href="" targeting a frame and clicked]
expected: FAIL
[0080 00FF set in href="" targeting a frame and clicked]
expected: FAIL
[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

View file

@ -0,0 +1,3 @@
[navigation-unload-cross-origin.sub.window.html]
[Cross-origin navigation started from unload handler must be ignored]
expected: FAIL

View file

@ -1,3 +0,0 @@
[navigation-unload-same-origin.window.html]
[Same-origin navigation started from unload handler must be ignored]
expected: FAIL

View file

@ -1,3 +1,4 @@
[nav-cancelation-2.sub.html]
expected: TIMEOUT
[grandparent cancels a pending navigation in a cross-origin grandchild]
expected: FAIL
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[traverse-during-unload.html]
expected: TIMEOUT
[Traversing the history during unload]
expected: TIMEOUT

View file

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

View file

@ -1,5 +1,5 @@
[embedded-opener-remove-frame.html]
expected: CRASH
expected: TIMEOUT
[opener of discarded nested browsing context]
expected: FAIL

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