mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
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:
parent
78c7011240
commit
963104e5fc
4797 changed files with 679983 additions and 5390 deletions
|
@ -0,0 +1,3 @@
|
|||
[Infinity-arguments.html]
|
||||
[Test constructing a shared worker with Infinity]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[NaN-arguments.html]
|
||||
[Test constructing a shared worker with NaN]
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
[URLMismatchError.htm]
|
||||
[Web Workers: SharedWorker - same name, different URL]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[connect-event.html]
|
||||
[Test connect event for a shared worker]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[dummy-name.html]
|
||||
[creating a dummy shared worker with name "foo"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[dummy-shared-worker.html]
|
||||
[creating a dummy shared worker]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[empty-name.html]
|
||||
[creating a dummy shared worker with explicit name ""]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[global-members.html]
|
||||
[Test if global members exist in a shared worker]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[interface-objects.html]
|
||||
[Test if interface objects exist in a shared worker]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[name.html]
|
||||
[Test self.name in a shared worker]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[no-arguments-ctor.html]
|
||||
[no arguments]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[null-arguments.html]
|
||||
[Test constructing a shared worker with null]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[number-arguments.html]
|
||||
[Test constructing a shared worker with 1]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[port-onmessage.html]
|
||||
[Test SharedWorker.port.onmessage]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[port-properties.html]
|
||||
[worker.port]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[port-readonly.html]
|
||||
[setting worker.port]
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -0,0 +1,2 @@
|
|||
[setting-port-members.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,3 @@
|
|||
[undefined-arguments.html]
|
||||
[Test constructing a shared worker with undefined]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[unexpected-global-properties.html]
|
||||
[Test unexpected properties are not in global scope]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[unresolvable-url.html]
|
||||
[resolving broken url]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[DedicatedWorkerGlobalScope-members.worker.html]
|
||||
[existence of onoffline]
|
||||
expected: FAIL
|
||||
|
||||
[existence of ononline]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[expected-self-properties.worker.html]
|
||||
[existence of SharedWorker]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[same-origin.html]
|
||||
[unsupported_scheme]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue