Enable more test directories and preferences (#34952)

* Enable WPT tests for several supported/in progress features.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Enable more preferences for all WPT tests.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Update test expectations.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Disable AbortController preference for tests.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Update WPT expectations.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-01-16 21:41:09 -05:00 committed by GitHub
parent a014da590a
commit 5295a45a2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
472 changed files with 4113 additions and 293 deletions

View file

@ -0,0 +1,4 @@
[basic-popup-and-iframe-tests.html]
expected: TIMEOUT
[Test Window.isSecureContext in a sandboxed iframe loading a srcdoc]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[basic-popup-and-iframe-tests.https.html]
expected: TIMEOUT
[Test Window.isSecureContext in a sandboxed iframe loading a srcdoc]
expected: TIMEOUT

View file

@ -0,0 +1,15 @@
[basic-shared-worker.html]
[Shared worker]
expected: FAIL
[Nested worker in shared worker]
expected: FAIL
[Shared worker from https subframe]
expected: FAIL
[Nested worker from shared worker from https subframe]
expected: FAIL
[Shared worker from data URL]
expected: FAIL

View file

@ -0,0 +1,15 @@
[basic-shared-worker.https.html]
[Shared worker]
expected: FAIL
[Nested worker in shared worker]
expected: FAIL
[Shared worker from https subframe]
expected: FAIL
[Nested worker from shared worker from https subframe]
expected: FAIL
[Shared worker from data URL]
expected: FAIL

View file

@ -0,0 +1,12 @@
[shared-worker-insecure-first.https.html]
[Shared worker in subframe]
expected: FAIL
[Nested worker in shared worker in subframe]
expected: FAIL
[Shared worker in popup]
expected: FAIL
[Nested worker from shared worker in popup]
expected: FAIL

View file

@ -0,0 +1,12 @@
[shared-worker-secure-first.https.html]
[Shared worker in subframe]
expected: FAIL
[Nested worker in shared worker in subframe]
expected: FAIL
[Shared worker in popup]
expected: FAIL
[Nested worker from shared worker in popup]
expected: FAIL