Update web-platform-tests and wptrunner.

This commit is contained in:
Ms2ger 2015-01-13 15:06:51 +01:00
parent 6b86005601
commit 29e250d4ac
24 changed files with 406 additions and 109 deletions

View file

@ -1,5 +0,0 @@
[001.html]
type: testharness
[available interface objects in dedicated worker]
expected: FAIL

View file

@ -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

View file

@ -1,5 +0,0 @@
[002.html]
type: testharness
[unavailable interface objects in dedicated worker]
expected: FAIL

View file

@ -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