Backed out 46 changesets (bug 1865912, bug 1865927, bug 1865071, bug 1865839, bug 1865237, bug 1865718, bug 1863796, bug 1865834, bug 1865970, bug 1864254, bug 1865836, bug 1865688, bug 1865971, bug 1865493, bug 1865669, bug 1865944, bug 1865923, bug 1865682, bug 1865832, bug 1864024, bug 1865833, bug 1865842, bug 1865646, bug 1865579, bug 1865434, bug 1864668, bug 1865584, bug 1865949, bug 1865553, bug 1864854, bug 1865925, bug 1865583, bug 1865580, bug 1865710, bug 1865350, bug 1861916, bug 1866167, bug 1864974) for causing spidermonkey bustages CLOSED TREE

Backed out changeset ad2b795a9673 (bug 1866167)
Backed out changeset 13c3b89d46a1 (bug 1865493)
Backed out changeset 0b8a192c86dd (bug 1865710)
Backed out changeset 34d8be43d499 (bug 1865710)
Backed out changeset 0c2c70f08fbd (bug 1865682)
Backed out changeset 5169fcfa8eb1 (bug 1865970)
Backed out changeset 3f63cadb2833 (bug 1865970)
Backed out changeset 9fd6d2a6b37f (bug 1865580)
Backed out changeset 068b13d20196 (bug 1865971)
Backed out changeset 4e0693e5004d (bug 1865927)
Backed out changeset 65d55564d9b0 (bug 1865944)
Backed out changeset a5db7fec6191 (bug 1865839)
Backed out changeset 63e2eb76a2d9 (bug 1865949)
Backed out changeset 089c9ff07e2c (bug 1865949)
Backed out changeset f8600f5d3042 (bug 1863796)
Backed out changeset 01a392e09086 (bug 1865925)
Backed out changeset 063701177178 (bug 1865925)
Backed out changeset d7eeced2bfc2 (bug 1865923)
Backed out changeset 908353fcd77a (bug 1864024)
Backed out changeset 689dc8f59170 (bug 1865833)
Backed out changeset ae8a62684da1 (bug 1865912)
Backed out changeset fe2a1f5bdede (bug 1865836)
Backed out changeset 0c5abf61eb5d (bug 1861916)
Backed out changeset dc734ec7bc4c (bug 1865834)
Backed out changeset 885f28ce268b (bug 1865832)
Backed out changeset cc44cba25d26 (bug 1865688)
Backed out changeset f61f29bf4c20 (bug 1865688)
Backed out changeset 41f5e9dc6f0d (bug 1864254)
Backed out changeset ebfe21c74b26 (bug 1865669)
Backed out changeset 2437c617bab8 (bug 1865842)
Backed out changeset 5f41ad3dd5e1 (bug 1865237)
Backed out changeset 79dbf3617ce0 (bug 1865718)
Backed out changeset 568352d0a2ff (bug 1864668)
Backed out changeset 3c7ad6296746 (bug 1864668)
Backed out changeset 4f74ba1f19f8 (bug 1864974)
Backed out changeset 4d84781b455f (bug 1864974)
Backed out changeset ab2957a63b2e (bug 1865350)
Backed out changeset 6aa5e5495aca (bug 1865071)
Backed out changeset 7ef4b57bdd00 (bug 1865071)
Backed out changeset c5dd2e851c3b (bug 1865646)
Backed out changeset 9c5b79e59b12 (bug 1864854)
Backed out changeset 77e394fcfa0d (bug 1865553)
Backed out changeset ba9ff978db56 (bug 1865579)
Backed out changeset e6302088b606 (bug 1865584)
Backed out changeset 410ccdb7471e (bug 1865434)
Backed out changeset 1d6e55d56f5a (bug 1865583)
This commit is contained in:
Cristian Tuns 2023-11-26 13:32:53 -05:00
Родитель c7717349cb
Коммит f030995a79
307 изменённых файлов: 3567 добавлений и 2081 удалений

Просмотреть файл

@ -2,23 +2,23 @@
disabled:
if win10_2004 and ccov: https://bugzilla.mozilla.org/show_bug.cgi?id=1733368
expected:
if (os == "win") and not swgl and debug and (processor == "x86"): [ERROR, OK]
if (os == "linux") and fission and tsan: [ERROR, OK]
if (os == "linux") and fission and not tsan: ERROR
if (os == "linux") and not fission and debug: OK
if (os == "win") and (processor == "x86_64") and swgl: [OK, ERROR, TIMEOUT]
if (os == "win") and (processor == "x86_64") and not swgl: [ERROR, OK, TIMEOUT]
if (os == "win") and (processor == "x86") and debug: [ERROR, OK]
if (os == "win") and (processor == "x86") and not debug: [ERROR, OK, TIMEOUT]
if (os == "linux") and not fission and not debug: [OK, ERROR]
if (os == "linux") and fission: ERROR
if os == "mac": [ERROR, OK]
if os == "android": OK
[ERROR, OK, TIMEOUT]
[Transactions that explicitly commit and have errors should abort.]
expected:
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, FAIL]
if (os == "win") and debug and (processor == "x86_64") and not swgl: [FAIL, PASS, NOTRUN]
if (os == "linux") and fission and not tsan: FAIL
if (os == "linux") and not fission and debug: PASS
if (os == "win") and debug and (processor == "x86"): [FAIL, PASS]
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not fission and not debug: [PASS, FAIL]
if (os == "win") and not debug: [FAIL, PASS, TIMEOUT, NOTRUN]
if os == "android": PASS
[FAIL, PASS]
if (os == "linux") and fission: FAIL
if os == "mac": [FAIL, PASS]
[Transactions that handle all errors properly should behave as expected when an explicit commit is called in an onerror handler.]
expected:
@ -109,7 +109,7 @@
if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, NOTRUN]
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
[Transactions with same scope should stay in program order, even if one calls commit.]
expected:
@ -126,7 +126,7 @@
expected:
if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
[A committed transaction becomes inactive immediately.]
expected:

Просмотреть файл

@ -1,10 +0,0 @@
[fedcm-revoke-iframe.sub.https.html]
expected: TIMEOUT
[Same-origin iframe does not need explicit identity-credentials-get]
expected: TIMEOUT
[Cross-origin iframe fails revoke() without explicit identity-credentials-get]
expected: NOTRUN
[Cross-origin iframe can revoke with explicit identity-credentials-get]
expected: NOTRUN

Просмотреть файл

@ -1,3 +0,0 @@
[align-content-block-simple-height-change.html]
[Updating a container height should align the content again]
expected: FAIL

Просмотреть файл

@ -157,6 +157,3 @@
[margin: 1px is allowed in @fallback-position]
expected: FAIL
[inset-area: all is allowed in @fallback-position]
expected: FAIL

Просмотреть файл

@ -1,33 +0,0 @@
[inset-area-computed.html]
[Property inset-area value 'none']
expected: FAIL
[Property inset-area value 'all']
expected: FAIL
[Property inset-area value 'x-start']
expected: FAIL
[Property inset-area value 'center']
expected: FAIL
[Property inset-area value 'all / all']
expected: FAIL
[Property inset-area value 'top center']
expected: FAIL
[Property inset-area value 'bottom center / all']
expected: FAIL
[Property inset-area value 'x-start center x-end']
expected: FAIL
[Property inset-area value 'x-start / x-end']
expected: FAIL
[Property inset-area has initial value none]
expected: FAIL
[Property inset-area does not inherit]
expected: FAIL

Просмотреть файл

@ -1,87 +0,0 @@
[inset-area-parsing.html]
[e.style['inset-area'\] = "none" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "all" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "start" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "end" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "top" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "left" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "bottom" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "right" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "self-start" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "self-end" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "x-start" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "x-end" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "x-self-start" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "x-self-end" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "y-start" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "y-end" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "y-self-start" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "y-self-end" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "all / all" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "top / all" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "all / top" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "start end" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "center end start" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "center x-end x-start" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "center end start / top center bottom" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "end center / start" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "bottom / left" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "center start" should set the property value]
expected: FAIL
[e.style['inset-area'\] = "x-start / x-start" should set the property value]
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[all-prop-initial-xml.html]
[unicode-bidi]
expected: FAIL

Просмотреть файл

@ -1,4 +1,2 @@
[mask-computed.html]
expected:
if os == "win": [CRASH, TIMEOUT]
CRASH
expected: CRASH

Просмотреть файл

@ -2,6 +2,5 @@
prefs: [test.events.async.enabled:true]
[overscroll-behavior in root works]
expected:
if (os == "linux") and not asan and not debug and fission and (processor == "x86_64") and not tsan: [PASS, FAIL]
if (os == "linux") and asan and not fission: [PASS, FAIL]
if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and not tsan: [PASS, FAIL]
if os == "android": FAIL

Просмотреть файл

@ -1,6 +0,0 @@
[snapchanging-on-programmatic-root-scroll.tentative.html]
[snapchanging fires on programmatic scrolls that changes a scroller's snap targets.]
expected: FAIL
[snapchanging does not fire on programmatic scrolls that don't trigger a change in snap targets.]
expected: FAIL

Просмотреть файл

@ -1,6 +0,0 @@
[snapchanging-on-programmatic-scroll.tentative.html]
[snapchanging fires on programmatic scrolls that changes a scroller's snap targets.]
expected: FAIL
[snapchanging-on-programmatic-scroll]
expected: FAIL

Просмотреть файл

@ -1,7 +1,9 @@
[transition-timing-function.html]
expected:
if (os == "linux") and fission and not swgl and tsan: [ERROR, OK]
if (os == "linux") and fission and swgl: [ERROR, OK]
if (os == "linux") and debug and fission and not swgl: [ERROR, OK]
if (os == "linux") and debug and fission and swgl: [ERROR, OK]
if (os == "linux") and debug and not fission and not swgl: [ERROR, OK]
if (os == "linux") and debug and not fission and swgl: [ERROR, OK]
if (os == "win") and not debug: OK
if (os == "android") and not swgl: OK
if os == "mac": OK

Просмотреть файл

@ -1,300 +0,0 @@
[pseudo-elements-valid.html]
["::view-transition" should be a valid selector]
expected: FAIL
[":root::view-transition" should be a valid selector]
expected: FAIL
[".a::view-transition" should be a valid selector]
expected: FAIL
["div ::view-transition" should be a valid selector]
expected: FAIL
["::view-transition-group(*)" should be a valid selector]
expected: FAIL
[":root::view-transition-group(*)" should be a valid selector]
expected: FAIL
[".a::view-transition-group(*)" should be a valid selector]
expected: FAIL
["div ::view-transition-group(*)" should be a valid selector]
expected: FAIL
["::view-transition-group(*):only-child" should be a valid selector]
expected: FAIL
[":root::view-transition-group(*):only-child" should be a valid selector]
expected: FAIL
[".a::view-transition-group(*):only-child" should be a valid selector]
expected: FAIL
["div ::view-transition-group(*):only-child" should be a valid selector]
expected: FAIL
["::view-transition-group(root)" should be a valid selector]
expected: FAIL
[":root::view-transition-group(root)" should be a valid selector]
expected: FAIL
[".a::view-transition-group(root)" should be a valid selector]
expected: FAIL
["div ::view-transition-group(root)" should be a valid selector]
expected: FAIL
["::view-transition-group(root):only-child" should be a valid selector]
expected: FAIL
[":root::view-transition-group(root):only-child" should be a valid selector]
expected: FAIL
[".a::view-transition-group(root):only-child" should be a valid selector]
expected: FAIL
["div ::view-transition-group(root):only-child" should be a valid selector]
expected: FAIL
["::view-transition-group(dashed-ident)" should be a valid selector]
expected: FAIL
[":root::view-transition-group(dashed-ident)" should be a valid selector]
expected: FAIL
[".a::view-transition-group(dashed-ident)" should be a valid selector]
expected: FAIL
["div ::view-transition-group(dashed-ident)" should be a valid selector]
expected: FAIL
["::view-transition-group(dashed-ident):only-child" should be a valid selector]
expected: FAIL
[":root::view-transition-group(dashed-ident):only-child" should be a valid selector]
expected: FAIL
[".a::view-transition-group(dashed-ident):only-child" should be a valid selector]
expected: FAIL
["div ::view-transition-group(dashed-ident):only-child" should be a valid selector]
expected: FAIL
["::view-transition-image-pair(*)" should be a valid selector]
expected: FAIL
[":root::view-transition-image-pair(*)" should be a valid selector]
expected: FAIL
[".a::view-transition-image-pair(*)" should be a valid selector]
expected: FAIL
["div ::view-transition-image-pair(*)" should be a valid selector]
expected: FAIL
["::view-transition-image-pair(*):only-child" should be a valid selector]
expected: FAIL
[":root::view-transition-image-pair(*):only-child" should be a valid selector]
expected: FAIL
[".a::view-transition-image-pair(*):only-child" should be a valid selector]
expected: FAIL
["div ::view-transition-image-pair(*):only-child" should be a valid selector]
expected: FAIL
["::view-transition-image-pair(root)" should be a valid selector]
expected: FAIL
[":root::view-transition-image-pair(root)" should be a valid selector]
expected: FAIL
[".a::view-transition-image-pair(root)" should be a valid selector]
expected: FAIL
["div ::view-transition-image-pair(root)" should be a valid selector]
expected: FAIL
["::view-transition-image-pair(root):only-child" should be a valid selector]
expected: FAIL
[":root::view-transition-image-pair(root):only-child" should be a valid selector]
expected: FAIL
[".a::view-transition-image-pair(root):only-child" should be a valid selector]
expected: FAIL
["div ::view-transition-image-pair(root):only-child" should be a valid selector]
expected: FAIL
["::view-transition-image-pair(dashed-ident)" should be a valid selector]
expected: FAIL
[":root::view-transition-image-pair(dashed-ident)" should be a valid selector]
expected: FAIL
[".a::view-transition-image-pair(dashed-ident)" should be a valid selector]
expected: FAIL
["div ::view-transition-image-pair(dashed-ident)" should be a valid selector]
expected: FAIL
["::view-transition-image-pair(dashed-ident):only-child" should be a valid selector]
expected: FAIL
[":root::view-transition-image-pair(dashed-ident):only-child" should be a valid selector]
expected: FAIL
[".a::view-transition-image-pair(dashed-ident):only-child" should be a valid selector]
expected: FAIL
["div ::view-transition-image-pair(dashed-ident):only-child" should be a valid selector]
expected: FAIL
["::view-transition-old(*)" should be a valid selector]
expected: FAIL
[":root::view-transition-old(*)" should be a valid selector]
expected: FAIL
[".a::view-transition-old(*)" should be a valid selector]
expected: FAIL
["div ::view-transition-old(*)" should be a valid selector]
expected: FAIL
["::view-transition-old(*):only-child" should be a valid selector]
expected: FAIL
[":root::view-transition-old(*):only-child" should be a valid selector]
expected: FAIL
[".a::view-transition-old(*):only-child" should be a valid selector]
expected: FAIL
["div ::view-transition-old(*):only-child" should be a valid selector]
expected: FAIL
["::view-transition-old(root)" should be a valid selector]
expected: FAIL
[":root::view-transition-old(root)" should be a valid selector]
expected: FAIL
[".a::view-transition-old(root)" should be a valid selector]
expected: FAIL
["div ::view-transition-old(root)" should be a valid selector]
expected: FAIL
["::view-transition-old(root):only-child" should be a valid selector]
expected: FAIL
[":root::view-transition-old(root):only-child" should be a valid selector]
expected: FAIL
[".a::view-transition-old(root):only-child" should be a valid selector]
expected: FAIL
["div ::view-transition-old(root):only-child" should be a valid selector]
expected: FAIL
["::view-transition-old(dashed-ident)" should be a valid selector]
expected: FAIL
[":root::view-transition-old(dashed-ident)" should be a valid selector]
expected: FAIL
[".a::view-transition-old(dashed-ident)" should be a valid selector]
expected: FAIL
["div ::view-transition-old(dashed-ident)" should be a valid selector]
expected: FAIL
["::view-transition-old(dashed-ident):only-child" should be a valid selector]
expected: FAIL
[":root::view-transition-old(dashed-ident):only-child" should be a valid selector]
expected: FAIL
[".a::view-transition-old(dashed-ident):only-child" should be a valid selector]
expected: FAIL
["div ::view-transition-old(dashed-ident):only-child" should be a valid selector]
expected: FAIL
["::view-transition-new(*)" should be a valid selector]
expected: FAIL
[":root::view-transition-new(*)" should be a valid selector]
expected: FAIL
[".a::view-transition-new(*)" should be a valid selector]
expected: FAIL
["div ::view-transition-new(*)" should be a valid selector]
expected: FAIL
["::view-transition-new(*):only-child" should be a valid selector]
expected: FAIL
[":root::view-transition-new(*):only-child" should be a valid selector]
expected: FAIL
[".a::view-transition-new(*):only-child" should be a valid selector]
expected: FAIL
["div ::view-transition-new(*):only-child" should be a valid selector]
expected: FAIL
["::view-transition-new(root)" should be a valid selector]
expected: FAIL
[":root::view-transition-new(root)" should be a valid selector]
expected: FAIL
[".a::view-transition-new(root)" should be a valid selector]
expected: FAIL
["div ::view-transition-new(root)" should be a valid selector]
expected: FAIL
["::view-transition-new(root):only-child" should be a valid selector]
expected: FAIL
[":root::view-transition-new(root):only-child" should be a valid selector]
expected: FAIL
[".a::view-transition-new(root):only-child" should be a valid selector]
expected: FAIL
["div ::view-transition-new(root):only-child" should be a valid selector]
expected: FAIL
["::view-transition-new(dashed-ident)" should be a valid selector]
expected: FAIL
[":root::view-transition-new(dashed-ident)" should be a valid selector]
expected: FAIL
[".a::view-transition-new(dashed-ident)" should be a valid selector]
expected: FAIL
["div ::view-transition-new(dashed-ident)" should be a valid selector]
expected: FAIL
["::view-transition-new(dashed-ident):only-child" should be a valid selector]
expected: FAIL
[":root::view-transition-new(dashed-ident):only-child" should be a valid selector]
expected: FAIL
[".a::view-transition-new(dashed-ident):only-child" should be a valid selector]
expected: FAIL
["div ::view-transition-new(dashed-ident):only-child" should be a valid selector]
expected: FAIL

Просмотреть файл

@ -10,18 +10,3 @@
[Property view-transition-name value 'baz']
expected: FAIL
[Property view-transition-name value 'unset']
expected: FAIL
[Property view-transition-name value 'initial']
expected: FAIL
[Property view-transition-name value 'inherit']
expected: FAIL
[Property view-transition-name value 'revert']
expected: FAIL
[Property view-transition-name value 'revert-layer']
expected: FAIL

Просмотреть файл

@ -74,21 +74,6 @@
[Calling subscribe should never throw an error synchronously, subscriber pushes error]
expected: FAIL
[Teardown should be called when subscription is aborted]
expected: FAIL
[Teardowns should be called when subscription is closed by completion]
expected: FAIL
[Teardowns should be called when subscription is closed by subscriber pushing an error]
expected: FAIL
[Teardowns should be called when subscription is closed by subscriber throwing error]
expected: FAIL
[Teardowns should be called synchronously during addTeardown() if the subscription is inactive]
expected: FAIL
[observable-constructor.any.html]
[Observable constructor]
@ -165,18 +150,3 @@
[Calling subscribe should never throw an error synchronously, subscriber pushes error]
expected: FAIL
[Teardown should be called when subscription is aborted]
expected: FAIL
[Teardowns should be called when subscription is closed by completion]
expected: FAIL
[Teardowns should be called when subscription is closed by subscriber pushing an error]
expected: FAIL
[Teardowns should be called when subscription is closed by subscriber throwing error]
expected: FAIL
[Teardowns should be called synchronously during addTeardown() if the subscription is inactive]
expected: FAIL

Просмотреть файл

@ -1,2 +1,2 @@
lsan-allowed: [Alloc, Create, MakeUnique, Malloc, PLDHashTable::ChangeTable, PLDHashTable::MakeEntryHandle, Realloc, allocate, changeTableSize, createTable, mozilla::BasePrincipal::CreateContentPrincipal, mozilla::Permission::Create, mozilla::ThrottledEventQueue::Create, mozilla::WeakPtr, mozilla::dom::BrowsingContext::Attach, mozilla::dom::BrowsingContext::CreateChildSHistory, mozilla::dom::BrowsingContext::CreateDetached, mozilla::dom::CanonicalBrowsingContext::GetSecureBrowserUI, mozilla::dom::ContentParent::CreateBrowser, mozilla::dom::Performance::CreateForMainThread, mozilla::dom::PerformanceMainThread::CreateNavigationTimingEntry, mozilla::dom::ReferrerInfo::Clone, mozilla::dom::ServiceWorker::Create, mozilla::extensions::ChannelWrapper::ChannelWrapper, mozilla::net::HttpBaseChannel::CloneLoadInfoForRedirect, mozilla::net::HttpBaseChannel::HttpBaseChannel, mozilla::net::nsStandardURL::TemplatedMutator, nsDynamicAtom::Create, nsHashPropertyBagBase::SetPropertyAsInterface, operator]
lsan-allowed: [Alloc, Create, MakeUnique, Malloc, PLDHashTable::ChangeTable, PLDHashTable::MakeEntryHandle, Realloc, allocate, createTable, changeTableSize, mozilla::BasePrincipal::CreateContentPrincipal, mozilla::Permission::Create, mozilla::ThrottledEventQueue::Create, mozilla::WeakPtr, mozilla::dom::BrowsingContext::Attach, mozilla::dom::BrowsingContext::CreateChildSHistory, mozilla::dom::BrowsingContext::CreateDetached, mozilla::dom::CanonicalBrowsingContext::GetSecureBrowserUI, mozilla::dom::ContentParent::CreateBrowser, mozilla::dom::Performance::CreateForMainThread, mozilla::dom::PerformanceMainThread::CreateNavigationTimingEntry, mozilla::dom::ReferrerInfo::Clone, mozilla::dom::ServiceWorker::Create, mozilla::extensions::ChannelWrapper::ChannelWrapper, mozilla::net::HttpBaseChannel::CloneLoadInfoForRedirect, mozilla::net::HttpBaseChannel::HttpBaseChannel, mozilla::net::nsStandardURL::TemplatedMutator, nsDynamicAtom::Create, nsHashPropertyBagBase::SetPropertyAsInterface, operator]
leak-threshold: [default:51200, tab:358400]

Просмотреть файл

@ -0,0 +1,11 @@
[portal.https.sub.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[web-platform.test -> www.web-platform.test:8443 portal]
expected: FAIL
[web-platform.test -> web-platform.test:8443 portal]
expected: FAIL
[web-platform.test -> www.not-web-platform.test:8443 portal]
expected: FAIL

Просмотреть файл

@ -2,7 +2,3 @@
[Tests for outer frame and inner frame are in same origin and middle frame is in different origin]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
[Tests for outer frame and middle frame are in same origin and inner frame is in different origin]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

Просмотреть файл

@ -357,7 +357,7 @@
[After all writable streams in siloed mode have been closed for a file, that file can have an open access handle in readwrite mode]
expected:
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
[A file with an open access handle in readwrite mode does not interfere with the creation of an open writable stream in exclusive mode on another file]
expected:
@ -365,7 +365,7 @@
[A file with an open access handle in readwrite mode cannot be moved]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug: [PASS, NOTRUN]
[After a writable stream in exclusive mode has been closed for a file, that file can have an open access handle in readwrite mode]
expected:
@ -381,7 +381,7 @@
[When there's an open access handle in readwrite mode on a file, cannot open an open writable stream in siloed mode on that same file]
expected:
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
[A file cannot be moved to a location with an open access handle in read-only mode]
expected:

Просмотреть файл

@ -1,29 +1,29 @@
[FileSystemSyncAccessHandle-read-write.https.worker.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, OK]
[Test reading and writing a file using the cursor]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, TIMEOUT, PASS]
[Test read with default options]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
[Test reading at a negative offset fails.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT]
[Test write with default options]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT]
[Test writing at a negative offset fails.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT]
[Test initial write with an offset]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
[Test read at an offset]
expected:
@ -31,28 +31,16 @@
[Test overwriting the file at an offset]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
[Test second write that is smaller than the first write]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
[Test second write that is bigger than the first write]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
[Test writing and reading through a sync access handle.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
[Test using an ArrayBuffer.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
[Test using an empty ArrayBuffer.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
[Test reading an empty file through a sync access handle.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]

Просмотреть файл

@ -1,4 +1,4 @@
[fenced-frame-bypass.tentative.https.window.html]
expected:
if (os == "android") and not debug: [ERROR, TIMEOUT]
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR

Просмотреть файл

@ -1,21 +1,18 @@
[004.html]
[history position should be calculated when executing, not when calling the .go command]
expected:
if (os == "linux") and not fission and not swgl and asan: [PASS, FAIL]
if (os == "linux") and fission and not debug: [PASS, FAIL]
if (os == "linux") and not fission and swgl: [PASS, FAIL]
if (os == "linux") and debug and not fission and swgl: [PASS, FAIL]
if (os == "linux") and not debug and fission: [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[browser needs to support hashchange events for this testcase]
expected:
if (os == "linux") and not fission and not swgl and asan: [PASS, FAIL]
if (os == "linux") and fission and not debug: [PASS, FAIL]
if (os == "linux") and not fission and swgl: [PASS, FAIL]
if (os == "linux") and debug and not fission and swgl: [PASS, FAIL]
if (os == "linux") and not debug and fission: [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[queued .go commands should all be executed when the queue is processed]
expected:
if (os == "linux") and not fission and not swgl and asan: [PASS, FAIL]
if (os == "linux") and fission and not debug: [PASS, FAIL]
if (os == "linux") and not fission and swgl: [PASS, FAIL]
if (os == "linux") and debug and not fission and swgl: [PASS, FAIL]
if (os == "linux") and not debug and fission: [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]

Просмотреть файл

@ -1,3 +1,3 @@
prefs: [browser.tabs.remote.useCrossOriginEmbedderPolicy:true]
lsan-allowed: [Alloc, AttrArray::GrowTo, Malloc, Realloc, Then, URLSearchParams, already_AddRefed, maybe_pod_malloc, mozilla::BasePrincipal::CreateContentPrincipal, mozilla::SupportsThreadSafeWeakPtr, mozilla::detail::HashTable, mozilla::dom::BroadcastChannel::Constructor, mozilla::dom::DocGroup::Create, mozilla::dom::FragmentOrElement::CreateSlots, mozilla::dom::HTMLIFrameElement::HTMLIFrameElement, mozilla::dom::Performance::CreateForMainThread, mozilla::dom::PerformanceMainThread::CreateNavigationTimingEntry, mozilla::dom::ServiceWorkerJobQueue::RunJob, mozilla::dom::ServiceWorkerManager::Unregister, mozilla::dom::ServiceWorkerRegistrationMainThread::Unregister, mozilla::dom::URL::CreateSearchParamsIfNeeded, mozilla::dom::UnregisterCallback::UnregisterCallback, mozilla::ipc::BackgroundChildImpl::AllocPRemoteWorkerChild, mozilla::net::nsStandardURL::StartClone, mozilla::net::nsStandardURL::TemplatedMutator, nsDynamicAtom::Create, nsStringBuffer::Alloc, operator]
leak-threshold: [default:51200, tab:1331200]
lsan-allowed: [Alloc, AttrArray::GrowTo, Malloc, Realloc, Then, URLSearchParams, already_AddRefed, maybe_pod_malloc, mozilla::BasePrincipal::CreateContentPrincipal, mozilla::SupportsThreadSafeWeakPtr, mozilla::detail::HashTable, mozilla::dom::BroadcastChannel::Constructor, mozilla::dom::DocGroup::Create, mozilla::dom::FragmentOrElement::CreateSlots, mozilla::dom::HTMLIFrameElement::HTMLIFrameElement, mozilla::dom::Performance::CreateForMainThread, mozilla::dom::PerformanceMainThread::CreateNavigationTimingEntry, mozilla::dom::ServiceWorkerJobQueue::RunJob, mozilla::dom::ServiceWorkerManager::Unregister, mozilla::dom::ServiceWorkerRegistrationMainThread::Unregister, mozilla::dom::URL::CreateSearchParamsIfNeeded, mozilla::dom::UnregisterCallback::UnregisterCallback, mozilla::ipc::BackgroundChildImpl::AllocPRemoteWorkerChild, mozilla::net::nsStandardURL::StartClone, mozilla::net::nsStandardURL::TemplatedMutator, nsDynamicAtom::Create, nsStringBuffer::Alloc, operator]

Просмотреть файл

@ -1,16 +1,14 @@
[navigate-to-aboutblank.https.html]
expected:
if (os == "linux") and not debug and fission: [OK, TIMEOUT]
if (os == "android") and debug and not swgl: [OK, ERROR]
if (os == "linux") and not debug and fission: [OK, TIMEOUT]
[Navigate to about:blank from iframe with opener.top COOP: |header(Cross-Origin-Opener-Policy,same-origin-allow-popups), iframe origin: https://web-platform.test:8443, openee COOP: |header(Cross-Origin-Opener-Policy,unsafe-none), openee origin: https://www1.web-platform.test:8443.]
expected: FAIL
[Navigate to about:blank from iframe with opener.top COOP: |header(Cross-Origin-Opener-Policy,same-origin-allow-popups), iframe origin: https://www1.web-platform.test:8443, openee COOP: |header(Cross-Origin-Opener-Policy,unsafe-none), openee origin: https://www1.web-platform.test:8443.]
expected:
if not fission and not asan and (os == "linux") and debug: PASS
if not fission and not asan and (os == "android") and not debug: PASS
if fission: PASS
[PASS, FAIL]
if not fission and (os == "linux") and not debug: [PASS, FAIL]
if not fission and (os == "android") and debug: [PASS, FAIL]
[Navigate to about:blank from iframe with opener.top COOP: |header(Cross-Origin-Opener-Policy,same-origin)|header(Cross-Origin-Embedder-Policy,require-corp), iframe origin: https://web-platform.test:8443, openee COOP: |header(Cross-Origin-Opener-Policy,same-origin)|header(Cross-Origin-Embedder-Policy,require-corp), openee origin: https://web-platform.test:8443.]
expected:
@ -18,4 +16,5 @@
[Navigate to about:blank from iframe with opener.top COOP: |header(Cross-Origin-Opener-Policy,same-origin-allow-popups), iframe origin: https://web-platform.test:8443, openee COOP: |header(Cross-Origin-Opener-Policy,same-origin-allow-popups), openee origin: https://web-platform.test:8443.]
expected:
if (os == "android") and debug: [PASS, FAIL]
if (os == "android") and not swgl and debug: [PASS, FAIL]
if (os == "android") and swgl: [PASS, FAIL]

Просмотреть файл

@ -1,3 +0,0 @@
[reporting-bcg-reuse.https.html]
expected:
if (os == "android") and not debug: [OK, TIMEOUT]

Просмотреть файл

@ -1,2 +1,2 @@
lsan-allowed: [Alloc, NS_NewRunnableFunction, Realloc, _M_init_functor, mozilla::net::HttpChannelChild::ContinueAsyncOpen, nsHtml5Parser::MarkAsNotScriptCreated]
lsan-allowed: [nsHtml5Parser::MarkAsNotScriptCreated]
leak-threshold: [tab:51200]

Просмотреть файл

@ -1,10 +1,12 @@
[autoplay-hidden.optional.html]
expected:
if (os == "win") and not swgl: [OK, TIMEOUT]
if (os == "mac") and debug: [OK, TIMEOUT]
if (os == "win") and debug and (processor == "x86_64") and not swgl: [OK, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
[Allow delaying autoplay until video elements become visible]
expected:
if (os == "win") and not swgl: [PASS, TIMEOUT]
if (os == "mac") and debug: [PASS, TIMEOUT]
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug: [PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, TIMEOUT]

Просмотреть файл

@ -1,3 +1,3 @@
max-asserts: 3
prefs: [dom.element.popover.enabled: true]
leak-threshold: [default:204800, tab:358400]
prefs: [dom.element.popover.enabled: true]

Просмотреть файл

@ -1,4 +0,0 @@
[popover-light-dismiss.html]
[Scrolling within a popover should not close the popover]
expected:
if not fission and (os == "linux") and debug and not swgl: [PASS, FAIL]

Просмотреть файл

@ -1,20 +1,24 @@
[cross-origin-iframe.sub.html]
[First rAF]
expected:
if not fission and (os == "android") and debug: PASS
if fission: FAIL
[PASS, FAIL]
if not fission and debug and (os == "linux"): [PASS, FAIL]
if not fission and debug and (os == "android"): PASS
if not fission and not debug: [PASS, FAIL]
FAIL
[topDocument.scrollingElement.scrollTop = 100]
expected:
if fission: FAIL
if not fission: PASS
FAIL
[iframeDocument.scrollingElement.scrollTop = 250]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "linux") and fission: [PASS, FAIL]
if (os == "linux") and fission and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "linux") and fission and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and fission and debug: [PASS, FAIL]
[topDocument.scrollingElement.scrollTop = 200]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "linux") and fission: [PASS, FAIL]
if (os == "linux") and fission and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "linux") and fission and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and fission and debug: [PASS, FAIL]

Просмотреть файл

@ -1,4 +0,0 @@
[non-tao-image-load-after-fcp.tentative.html]
[Non-Tao Image Load and Render After FCP.]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

Просмотреть файл

@ -1,2 +0,0 @@
[loaf-ui-event-render-start.html]
expected: ERROR

Просмотреть файл

@ -3,7 +3,7 @@
if (os == "linux") and not debug and fission: [OK, CRASH]
[MediaRecorder will fire only start and stop events in a basic recording flow.]
expected:
if (os == "win") and not swgl and not debug and (processor == "x86_64"): [FAIL, PASS]
if (os == "win") and debug and (processor == "x86_64") and swgl: PASS
if (os == "linux") and fission and swgl: PASS
if (os == "linux") and not fission and not debug: PASS
if (os == "mac") and debug: PASS

Просмотреть файл

@ -1,20 +1,20 @@
prefs: [security.mixed_content.upgrade_display_content:false]
[video-tag.https.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "mac") and not debug: [TIMEOUT, OK]
if (os == "linux") and (processor == "x86"): [TIMEOUT, OK]
if not debug and (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
if not debug and (os == "win") and (processor == "x86"): [OK, TIMEOUT]
if not debug and (os == "linux") and (processor == "x86"): [OK, TIMEOUT]
if not debug and (os == "mac"): [TIMEOUT, OK]
[Mixed-Content: Expects allowed for video-tag to same-https origin and keep-scheme redirection from https context.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "mac") and not debug: [TIMEOUT, PASS]
if (os == "linux") and (processor == "x86"): [TIMEOUT, PASS]
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "linux") and (processor == "x86"): [PASS, TIMEOUT]
[Mixed-Content: Expects allowed for video-tag to same-https origin and no-redirect redirection from https context.]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
if (os == "mac") and not debug: [NOTRUN, PASS]
if (os == "linux") and (processor == "x86"): [NOTRUN, PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "linux") and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]

Просмотреть файл

@ -1 +1 @@
upstream: 16c57b53a5883393fce3f7e6843a8d51e195d7e2
upstream: 82b2bebacb2ee7a59b9fd8023a00762d6c990c6b

Просмотреть файл

@ -2,6 +2,9 @@
[pointer events from mouse received before/after child attached at pointerdown]
expected: FAIL
[pointer events from mouse received before/after child attached at pointerup]
expected: FAIL
[pointer events from mouse received before/after child moved at pointerdown]
expected: FAIL
@ -9,8 +12,10 @@
expected: FAIL
[mouse events from mouse received before/after child attached at mousedown]
expected:
if os == "android": FAIL
expected: FAIL
[mouse events from mouse received before/after child attached at mouseup]
expected: FAIL
[mouse events from mouse received before/after child moved at mousedown]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[about-blank-cannot-host.html]
[about:blank cannot host a portal]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[frame-ancestors.sub.html]
[Violation report status OK.]
expected: FAIL

Просмотреть файл

@ -0,0 +1,10 @@
[frame-src.sub.html]
[Tests that a portal will fail to load on an origin different than the one specified in the frame-src CSP, but that it can be loaded when the origin matches the frame-src CSP.]
expected: FAIL
[Tests that a portal can't be loaded when it violates frame-src]
expected: FAIL
[Tests that a portal can be loaded when the origin matches the frame-src CSP header.]
expected: FAIL

Просмотреть файл

@ -0,0 +1,14 @@
[history-manipulation-inside-portal-with-subframes.html]
expected: TIMEOUT
[Setting iframe src navigates independently with replacement in a portal]
expected: TIMEOUT
[iframe navigates itself independently with replacement in a portal]
expected: NOTRUN
[Setting cross site iframe src navigates independently with replacement in a portal]
expected: NOTRUN
[Cross site iframe navigates itself independently with replacement in a portal]
expected: NOTRUN

Просмотреть файл

@ -0,0 +1,19 @@
[history-manipulation-inside-portal.html]
[location.replace navigates independently in a portal]
expected: FAIL
[history.replaceState navigates independently in a portal]
expected: FAIL
[Synthetic anchor click navigates independently with replacement in a portal]
expected: FAIL
[history.pushState navigates independently with replacement in a portal]
expected: FAIL
[location.assign navigates independently with replacement in a portal]
expected: FAIL
[Setting location.href navigates independently with replacement in a portal]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[htmlportalelement-event-handler-content-attributes.html]
[Tests that event handler content attributes for supported event names work.]
expected: FAIL

Просмотреть файл

@ -0,0 +1,22 @@
[portal-activate-data.html]
[A string can be passed through activate data.]
expected: FAIL
[A message port can be passed through activate data.]
expected: FAIL
[Uncloneable data has its exception propagated.]
expected: FAIL
[Errors during transfer list processing are propagated.]
expected: FAIL
[An image bitmap can be transferred through activate data.]
expected: FAIL
[An array buffer can be transferred through activate data.]
expected: FAIL
[A SharedArrayBuffer cannot be passed through activate data.]
expected: FAIL

Просмотреть файл

@ -0,0 +1,10 @@
[portal-activate-event-constructor.html]
[A PortalActivateEvent should expose exactly the data object supplied in the original realm]
expected: FAIL
[Invoking adoptPredecessor on a synthetic PortalActivateEvent should throw]
expected: FAIL
[It should be possible to construct a PortalActivateEvent with a dictionary]
expected: FAIL

Просмотреть файл

@ -0,0 +1,10 @@
[portal-activate-event.html]
[Tests that the PortalActivateEvent is dispatched when a portal is activated.]
expected: FAIL
[Tests that the portalactivate event handler is dispatched when a portal is activated.]
expected: FAIL
[Tests that the HTMLBodyElement has the portalactivate event handler.]
expected: FAIL

Просмотреть файл

@ -0,0 +1,10 @@
[portal-non-http-navigation.html]
[Tests that a portal can't navigate to javascript URLs.]
expected: FAIL
[Tests that a portal can't navigate to about:blank.]
expected: FAIL
[Tests that a portal can't navigate to a data URL.]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portal-onload-event.html]
[Tests that the load event is dispatched when a portal finishes loading.]
expected: FAIL

Просмотреть файл

@ -0,0 +1,7 @@
[portals-activate-empty-browsing-context.html]
[A portal that has not completed an initial navigation cannot be activated]
expected: FAIL
[A portal that has never been navigated cannot be activated]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portals-activate-inside-iframe.html]
[activating portal inside iframe should fail]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portals-activate-inside-portal.html]
[activating a nested portal should throw an error]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portals-activate-network-error.html]
[A portal that is showing inline content for a network error cannot be activated]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portals-activate-no-browsing-context.html]
[A portal with nothing in it cannot be activated]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portals-activate-resolution.html]
[portals-activate-resolution]
expected: FAIL

Просмотреть файл

@ -0,0 +1,7 @@
[portals-activate-twice.html]
[Calling activate when a portal is already activating should fail]
expected: FAIL
[portals-activate-twice]
expected: FAIL

Просмотреть файл

@ -0,0 +1,22 @@
[portals-adopt-predecessor.html]
[Tests that a portal can adopt its predecessor.]
expected: FAIL
[Tests that trying to adopt the predecessor after the PortalActivateEvent will throw an exception.]
expected: FAIL
[Tests that trying to adopt the predecessor twice will throw an exception.]
expected: FAIL
[Tests that an adopting, inserting and then removing a predecessor works correctly]
expected: FAIL
[Tests that activating an adopted predecessor without inserting it works]
expected: FAIL
[Tests that the adopted predecessor is destroyed if it isn't inserted]
expected: FAIL
[Tests that an adopted portal can be inserted into a disconnected node.]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portals-api.html]
[portal element exists]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portals-cross-origin-load.sub.html]
[portals-cross-origin-load]
expected: FAIL

Просмотреть файл

@ -0,0 +1,22 @@
[portals-focus.sub.html]
[test that an element inside a portal cannot steal focus]
expected: FAIL
[test that an element inside a portal's x-origin subframe cannot steal focus]
expected: FAIL
[test that a x-origin iframe inside an adopted portal cannot steal focus]
expected: FAIL
[test that an element inside an adopted portal cannot steal focus]
expected: FAIL
[test that a portal is keyboard focusable]
expected: FAIL
[test that we cannot tab into a portal's contents]
expected: FAIL
[test that a portal is keyboard activatable]
expected: FAIL

Просмотреть файл

@ -0,0 +1,10 @@
[portals-host-exposure.sub.html]
[window.portalHost should be exposed in same-origin portal]
expected: FAIL
[window.portalHost should be exposed in cross-origin portal]
expected: FAIL
[window.portalHost should be exposed in portal after cross-origin navigation]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portals-host-hidden-after-activation.html]
[window.portalHost should be null after portal is activated]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portals-host-null.html]
[portals-host-null]
expected: FAIL

Просмотреть файл

@ -0,0 +1,38 @@
[portals-host-post-message.sub.html]
expected: ERROR
[Calling postMessage after receiving onactivate event should fail]
expected: FAIL
[Message received after postMessage from portal host in cross-origin-portal]
expected: FAIL
[postMessage with invalid transferable should throw error]
expected: FAIL
[postMessage with array buffer without transfer]
expected: FAIL
[postMessage with message ports]
expected: FAIL
[Message received from cross-origin portal host with target origin correctly specified]
expected: FAIL
[postMessage should throw error when serialization fails]
expected: FAIL
[postMessage before and after portal navigation should work]
expected: FAIL
[postMessage with object message]
expected: FAIL
[Message received from same-origin portal host with no target origin specified]
expected: FAIL
[postMessage with array buffer with transfer]
expected: FAIL
[Message received after postMessage from portal host]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portals-navigate-after-adoption.html]
[can set portal src during portalactivate]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portals-nested.html]
[nested portals shouldn't crash]
expected: FAIL

Просмотреть файл

@ -0,0 +1,55 @@
[portals-post-message.sub.html]
[cannot call postMessage on portal without portal browsing context]
expected: FAIL
[postMessage message received by portalHost in cross-origin portal]
expected: FAIL
[postMessage received by portal host in cross-origin portal when target origin is specified]
expected: FAIL
[postMessage message received by portalHost]
expected: FAIL
[postMessage after activate throws error]
expected: FAIL
[message should not be delivered to cross-origin portal when targetOrigin is not specified]
expected: FAIL
[message should not be delivered to portal when targetOrigin does not match]
expected: FAIL
[postMessage before activate should work and preserve order]
expected: FAIL
[postMessage received by portal host in same-origin portal for multiple valid target origins]
expected: FAIL
[postMessage during activate throws error]
expected: FAIL
[postMessage with includeUserActivation]
expected: FAIL
[postMessage with array buffer without transfer]
expected: FAIL
[postMessage with message ports and cross-origin portal]
expected: FAIL
[postMessage with transferred array buffer]
expected: FAIL
[postMessage with message ports and same-origin portal]
expected: FAIL
[postMessage should fail with invalid ports]
expected: FAIL
[postMessage with message object]
expected: FAIL
[postMessage should fail if message serialization fails]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portals-referrer-inherit-header.html]
[portal contents should be loaded with no referrer if document requests it]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portals-referrer-inherit-meta.html]
[portal contents should be loaded with no referrer if document requests it]
expected: FAIL

Просмотреть файл

@ -0,0 +1,10 @@
[portals-referrer.html]
[portal contents should be loaded with referrer]
expected: FAIL
[portal contents should be loaded with no referrer if referrerpolicy=no-referrer]
expected: FAIL
[portal contents should be loaded with origin only if referrerpolicy=origin]
expected: FAIL

Просмотреть файл

@ -0,0 +1,2 @@
[portals-rendering.html]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portals-repeated-activate.html]
[test activation in page that has been reactivated]
expected: FAIL

Просмотреть файл

@ -0,0 +1,4 @@
[portals-set-src-after-activate.html]
[Tests that a portal element can be fully reused after activate has detached it]
expected: FAIL

Просмотреть файл

@ -0,0 +1,7 @@
[predecessor-fires-unload.html]
[pagehide and unload should fire if the predecessor is not adopted]
expected: FAIL
[pagehide and unload should fire if the predecessor is not adopted, even without a window/opener association]
expected: FAIL

Просмотреть файл

@ -0,0 +1,10 @@
[portals-xfo-deny.sub.html]
[`XFO: DENY` blocks same-origin portals.]
expected: FAIL
[`XFO: DENY` blocks cross-origin portals.]
expected: FAIL
[Portals blocked by `XFO: DENY` cannot be activated.]
expected: FAIL

Просмотреть файл

@ -9,7 +9,7 @@
prefs: [privacy.reduceTimerPrecision:false]
[Tests basic scheduler.postTask with a delay]
expected:
if (processor == "x86") and not debug: [PASS, FAIL]
if (processor == "x86") and (os == "win") and not debug: [PASS, FAIL]
[post-task-delay.any.serviceworker.html]
@ -23,6 +23,7 @@
[post-task-delay.any.html]
[Tests basic scheduler.postTask with a delay]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64") and not asan and not tsan: [FAIL, PASS]
if (os == "android") and swgl: PASS
if os == "win": PASS
[PASS, FAIL]

Просмотреть файл

@ -1,27 +1,24 @@
[force-load-at-top.html]
expected:
if os == "linux": TIMEOUT
[TIMEOUT, OK]
if os == "android": [TIMEOUT, OK]
[OK, TIMEOUT]
[force-load-at-top must block scroll on load from element fragment.]
expected:
if os == "win": [FAIL, NOTRUN, PASS, TIMEOUT]
[FAIL, PASS, TIMEOUT, NOTRUN]
expected: [FAIL, PASS, TIMEOUT, NOTRUN]
[no-force-load-at-top must not block scroll on load from history scroll restoration.]
expected:
if os == "win": [TIMEOUT, NOTRUN, PASS]
if os == "mac": [TIMEOUT, PASS, NOTRUN]
if os == "win": [PASS, TIMEOUT, NOTRUN]
if os == "mac": [PASS, TIMEOUT, NOTRUN]
NOTRUN
[no-force-load-at-top must not block scroll on load from text fragment.]
expected:
if os == "win": [FAIL, NOTRUN, TIMEOUT]
if os == "android": [NOTRUN, FAIL, TIMEOUT]
[FAIL, TIMEOUT, NOTRUN]
[no-force-load-at-top must not block scroll on load from text fragment with element fallback.]
expected:
if os == "win": [FAIL, NOTRUN, TIMEOUT]
if os == "linux": [TIMEOUT, FAIL, NOTRUN]
if os == "android": [NOTRUN, FAIL, TIMEOUT]
[FAIL, TIMEOUT, NOTRUN]
@ -34,10 +31,5 @@
[force-load-at-top must block scroll on load from history scroll restoration.]
expected:
if os == "win": [FAIL, NOTRUN, TIMEOUT]
if os == "android": [TIMEOUT, FAIL, NOTRUN]
[FAIL, TIMEOUT, NOTRUN]
[force-load-at-top must block scroll on load from text fragment with element fallback.]
expected:
if os == "win": [PASS, TIMEOUT]

Просмотреть файл

@ -1,8 +0,0 @@
[serialPort-disconnect-during-abort.https.any.html]
[Disconnect error during abort works correctly]
expected: FAIL
[serialPort-disconnect-during-abort.https.any.worker.html]
[Disconnect error during abort works correctly]
expected: FAIL

Просмотреть файл

@ -65,5 +65,4 @@
[SW-fallbacked redirect to same-origin same-scope with a hash fragment.]
expected:
if (os == "win") and (processor == "x86_64") and debug and not swgl: [PASS, FAIL]
if (os == "win") and (processor == "x86") and debug: [PASS, FAIL]
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, FAIL]

Просмотреть файл

@ -12,6 +12,5 @@
[Register different scripts concurrently]
expected:
if (os == "win") and (processor == "x86") and debug: [PASS, FAIL]
if (os == "linux") and fission and not swgl: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]

Просмотреть файл

@ -2,9 +2,3 @@
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[cross-origin-iframe.html?target_hint=_self]
expected: ERROR
[cross-origin-iframe.html?target_hint=_blank]
expected: ERROR

Просмотреть файл

@ -2,9 +2,3 @@
expected:
if (os == "android") and fission: [TIMEOUT, ERROR]
ERROR
[cross-origin-isolated.https.html?target_hint=_self]
expected: ERROR
[cross-origin-isolated.https.html?target_hint=_blank]
expected: ERROR

Просмотреть файл

@ -1,8 +1,2 @@
[csp-script-src-elem-inline-speculation-rules.html]
expected: ERROR
[csp-script-src-elem-inline-speculation-rules.html?target_hint=_self]
expected: ERROR
[csp-script-src-elem-inline-speculation-rules.html?target_hint=_blank]
expected: ERROR

Просмотреть файл

@ -1,8 +1,2 @@
[csp-script-src-inline-speculation-rules.html]
expected: ERROR
[csp-script-src-inline-speculation-rules.html?target_hint=_self]
expected: ERROR
[csp-script-src-inline-speculation-rules.html?target_hint=_blank]
expected: ERROR

Просмотреть файл

@ -1,8 +1,2 @@
[csp-script-src-self.html]
expected: ERROR
[csp-script-src-self.html?target_hint=_self]
expected: ERROR
[csp-script-src-self.html?target_hint=_blank]
expected: ERROR

Просмотреть файл

@ -1,8 +1,2 @@
[csp-script-src-strict-dynamic.html]
expected: ERROR
[csp-script-src-strict-dynamic.html?target_hint=_self]
expected: ERROR
[csp-script-src-strict-dynamic.html?target_hint=_blank]
expected: ERROR

Просмотреть файл

@ -1,8 +1,2 @@
[csp-script-src-unsafe-inline.html]
expected: ERROR
[csp-script-src-unsafe-inline.html?target_hint=_self]
expected: ERROR
[csp-script-src-unsafe-inline.html?target_hint=_blank]
expected: ERROR

Просмотреть файл

@ -2,9 +2,3 @@
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[restriction-media-auto-play-attribute.html?target_hint=_blank]
expected: ERROR
[restriction-media-auto-play-attribute.html?target_hint=_self]
expected: ERROR

Просмотреть файл

@ -2,9 +2,3 @@
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[restriction-media-camera.https.html?target_hint=_blank]
expected: ERROR
[restriction-media-camera.https.html?target_hint=_self]
expected: ERROR

Просмотреть файл

@ -2,9 +2,3 @@
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[restriction-media-device-info.https.html?target_hint=_blank]
expected: ERROR
[restriction-media-device-info.https.html?target_hint=_self]
expected: ERROR

Просмотреть файл

@ -2,9 +2,3 @@
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[restriction-media-microphone.https.html?target_hint=_blank]
expected: ERROR
[restriction-media-microphone.https.html?target_hint=_self]
expected: ERROR

Просмотреть файл

@ -2,9 +2,3 @@
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[restriction-media-play.html?target_hint=_self]
expected: ERROR
[restriction-media-play.html?target_hint=_blank]
expected: ERROR

Просмотреть файл

@ -2,9 +2,3 @@
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[restriction-sensor-accelerometer.https.html?target_hint=_blank]
expected: ERROR
[restriction-sensor-accelerometer.https.html?target_hint=_self]
expected: ERROR

Просмотреть файл

@ -2,9 +2,3 @@
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[restriction-sensor-ambient-light-sensor.https.html?target_hint=_blank]
expected: ERROR
[restriction-sensor-ambient-light-sensor.https.html?target_hint=_self]
expected: ERROR

Просмотреть файл

@ -2,9 +2,3 @@
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[restriction-sensor-gyroscope.https.html?target_hint=_self]
expected: ERROR
[restriction-sensor-gyroscope.https.html?target_hint=_blank]
expected: ERROR

Просмотреть файл

@ -2,9 +2,3 @@
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[restriction-sensor-magnetometer.https.html?target_hint=_self]
expected: ERROR
[restriction-sensor-magnetometer.https.html?target_hint=_blank]
expected: ERROR

Просмотреть файл

@ -2,9 +2,3 @@
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[restriction-web-xr-immersive-vr-session.https.html?target_hint=_blank]
expected: ERROR
[restriction-web-xr-immersive-vr-session.https.html?target_hint=_self]
expected: ERROR

Просмотреть файл

@ -2,9 +2,3 @@
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[restriction-web-xr-inline-session.https.html?target_hint=_blank]
expected: ERROR
[restriction-web-xr-inline-session.https.html?target_hint=_self]
expected: ERROR

Просмотреть файл

@ -2,6 +2,6 @@
[<animateTransform> 'type' attribute missing/invalid value default, removed "type" attribute]
expected:
if debug and (os == "win"): PASS
if debug and (os == "mac"): PASS
if debug and (os == "android"): PASS
if debug and (os == "mac"): PASS
[PASS, FAIL]

Просмотреть файл

@ -302,6 +302,9 @@
[Event handler div.ontouchstart should be blocked.]
expected: FAIL
[Event handler div.ontouchend should be blocked.]
expected: FAIL
[Event handler div.ontouchmove should be blocked.]
expected: FAIL

Просмотреть файл

@ -1,9 +1,15 @@
[resource-names.tentative.https.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[resource-names.tentative.https.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[resource-names.tentative.https.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[resource-names.tentative.https.any.serviceworker.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]

Просмотреть файл

@ -8,9 +8,5 @@
[test_keeps_focused_area]
expected:
if not debug and (os == "linux") and fission and not asan and not tsan: [PASS, FAIL]
if not debug and (os == "win") and (processor == "x86_64"): [PASS, FAIL]
[test_activate]
expected:
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "linux") and fission and not debug and not asan and not tsan: [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше