mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
|
@ -0,0 +1,5 @@
|
|||
[onmessage.html]
|
||||
type: testharness
|
||||
[onmessage]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[event-ports-dedicated.html]
|
||||
type: testharness
|
||||
[e.ports in dedicated worker]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[imagedata-cloned-canvas-in-array.html]
|
||||
type: testharness
|
||||
[posting an imagedata (from a cloned canvas) in an array]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[second-argument-null-in-array.html]
|
||||
type: testharness
|
||||
[Using [null\] in postMessage\'s second argument]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[structured-clone-imagedata.html]
|
||||
type: testharness
|
||||
[structured clone of ImageData]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[getting.html]
|
||||
type: testharness
|
||||
[getting name]
|
||||
expected: FAIL
|
||||
|
||||
[getting name 1]
|
||||
expected: FAIL
|
||||
|
||||
[getting name 2]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[setting.html]
|
||||
type: testharness
|
||||
[setting name]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[onconnect.html]
|
||||
type: testharness
|
||||
[onconnect]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[incoming-message.html]
|
||||
type: testharness
|
||||
[close() and incoming message]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[sending-messages.html]
|
||||
type: testharness
|
||||
[close() and sending messages]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[setInterval.html]
|
||||
type: testharness
|
||||
[close() and setInterval]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[setTimeout.html]
|
||||
type: testharness
|
||||
[close() and setTimeout]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[redirect.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[location with a worker in separate file that redirects]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[setting-members.html]
|
||||
type: testharness
|
||||
[setting members of WorkerLocation]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[worker-separate-file.html]
|
||||
type: testharness
|
||||
[location with a worker in separate file]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[exception-in-onerror.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[onerror, "not handled" with an error in the onerror function]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[handled.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[onerror, "handled"]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[not-handled.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[onerror, "not handled"]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[propagate-to-window-onerror.html]
|
||||
type: testharness
|
||||
[onerror, "not handled" with only window.onerror defined]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[001.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[setTimeout]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[003.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[setInterval]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[004.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[importScripts broken script]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[005.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[importScripts separate scripts]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[006.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[importScripts uncaught exception]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[001.html]
|
||||
type: testharness
|
||||
[navigator]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[007.html]
|
||||
type: testharness
|
||||
[readonlyness of members of Navigator]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue