mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Enable interfaces.worker.html.
I ran it 250 times, and it passed every time. Fixes #12654.
This commit is contained in:
parent
463a8bbdb6
commit
1c8fcfba51
1 changed files with 42 additions and 1 deletions
|
@ -1,3 +1,44 @@
|
||||||
[interfaces.worker.html]
|
[interfaces.worker.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
disabled: https://github.com/servo/servo/issues/12654
|
[WorkerGlobalScope interface: operation close()]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[WorkerGlobalScope interface: attribute onlanguagechange]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[WorkerGlobalScope interface: attribute onoffline]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[WorkerGlobalScope interface: attribute ononline]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[WorkerGlobalScope interface: self must inherit property "close" with the proper type (2)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[WorkerGlobalScope interface: self must inherit property "onlanguagechange" with the proper type (4)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[WorkerGlobalScope interface: self must inherit property "onoffline" with the proper type (5)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[WorkerGlobalScope interface: self must inherit property "ononline" with the proper type (6)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[WorkerNavigator interface: attribute languages]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[WorkerNavigator interface: attribute onLine]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[WorkerNavigator interface: self.navigator must inherit property "languages" with the proper type (7)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[WorkerNavigator interface: self.navigator must inherit property "onLine" with the proper type (8)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[WorkerLocation interface: attribute origin]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[WorkerLocation interface: self.location must inherit property "origin" with the proper type (1)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue