Run same tests for layout-2020 and layout-2013 (#30092)

Most tests were only being run for layout-2013, not for layout-2020.
This wasn't great since layout-2020 is now the default.

So this patch unifies the lists of included tests for both layouts.
For layout-2013 this implies adding css/css-content/, css/css-logical/
and css/css-masking/clip/.
For layout-2020 this implies adding several additional css tests, and
also tests like dom/, js/, html/, etc.
This commit is contained in:
Oriol Brufau 2023-08-15 02:28:32 +02:00 committed by GitHub
parent 78c7011240
commit 963104e5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4797 changed files with 679983 additions and 5390 deletions

View file

@ -0,0 +1,3 @@
[Infinity-arguments.html]
[Test constructing a shared worker with Infinity]
expected: FAIL

View file

@ -0,0 +1,3 @@
[NaN-arguments.html]
[Test constructing a shared worker with NaN]
expected: FAIL

View file

@ -0,0 +1,9 @@
[SharedWorker-constructor.html]
[Test toString propagation exception.]
expected: FAIL
[Test Sharedworker creation with no arguments]
expected: FAIL
[Test invalid script URL.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[URLMismatchError.htm]
[Web Workers: SharedWorker - same name, different URL]
expected: FAIL

View file

@ -0,0 +1,3 @@
[connect-event.html]
[Test connect event for a shared worker]
expected: FAIL

View file

@ -0,0 +1,3 @@
[dummy-name.html]
[creating a dummy shared worker with name "foo"]
expected: FAIL

View file

@ -0,0 +1,3 @@
[dummy-shared-worker.html]
[creating a dummy shared worker]
expected: FAIL

View file

@ -0,0 +1,3 @@
[empty-name.html]
[creating a dummy shared worker with explicit name ""]
expected: FAIL

View file

@ -0,0 +1,3 @@
[global-members.html]
[Test if global members exist in a shared worker]
expected: FAIL

View file

@ -0,0 +1,3 @@
[interface-objects.html]
[Test if interface objects exist in a shared worker]
expected: FAIL

View file

@ -0,0 +1,3 @@
[name.html]
[Test self.name in a shared worker]
expected: FAIL

View file

@ -0,0 +1,3 @@
[no-arguments-ctor.html]
[no arguments]
expected: FAIL

View file

@ -0,0 +1,3 @@
[null-arguments.html]
[Test constructing a shared worker with null]
expected: FAIL

View file

@ -0,0 +1,3 @@
[number-arguments.html]
[Test constructing a shared worker with 1]
expected: FAIL

View file

@ -0,0 +1,3 @@
[port-onmessage.html]
[Test SharedWorker.port.onmessage]
expected: FAIL

View file

@ -0,0 +1,3 @@
[port-properties.html]
[worker.port]
expected: FAIL

View file

@ -0,0 +1,3 @@
[port-readonly.html]
[setting worker.port]
expected: FAIL

View file

@ -0,0 +1,27 @@
[same-origin.html]
[unsupported_scheme]
expected: FAIL
[data_url]
expected: FAIL
[javascript_url]
expected: FAIL
[about_blank]
expected: FAIL
[opera_com]
expected: FAIL
[port_81]
expected: FAIL
[https_port_80]
expected: FAIL
[https_port_8000]
expected: FAIL
[http_port_8012]
expected: FAIL

View file

@ -0,0 +1,2 @@
[setting-port-members.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[undefined-arguments.html]
[Test constructing a shared worker with undefined]
expected: FAIL

View file

@ -0,0 +1,3 @@
[unexpected-global-properties.html]
[Test unexpected properties are not in global scope]
expected: FAIL

View file

@ -0,0 +1,3 @@
[unresolvable-url.html]
[resolving broken url]
expected: FAIL

View file

@ -0,0 +1,6 @@
[DedicatedWorkerGlobalScope-members.worker.html]
[existence of onoffline]
expected: FAIL
[existence of ononline]
expected: FAIL

View file

@ -0,0 +1,3 @@
[expected-self-properties.worker.html]
[existence of SharedWorker]
expected: FAIL

View file

@ -0,0 +1,3 @@
[same-origin.html]
[unsupported_scheme]
expected: FAIL