mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests and wptrunner.
This commit is contained in:
parent
6b86005601
commit
29e250d4ac
24 changed files with 406 additions and 109 deletions
|
@ -1,5 +0,0 @@
|
|||
[001.html]
|
||||
type: testharness
|
||||
[available interface objects in dedicated worker]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
[001.worker]
|
||||
type: testharness
|
||||
[The SharedWorker interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The MessagePort interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The MessageChannel interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The ImageData interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The FileList interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The CanvasProxy interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The ImageBitmap interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The DrawingStyle interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The CanvasGradient interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The CanvasPattern interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The Path interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The TextMetrics interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[002.html]
|
||||
type: testharness
|
||||
[unavailable interface objects in dedicated worker]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
[002.worker]
|
||||
type: testharness
|
||||
[The Location interface object should not be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The Navigator interface object should not be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The DOMImplementation interface object should not be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The HTMLCanvasElement interface object should not be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The MouseEvent interface object should not be exposed.]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue