Enable interfaces.worker.html.

I ran it 250 times, and it passed every time.

Fixes #12654.
This commit is contained in:
Ms2ger 2017-01-17 15:46:11 +01:00
parent 463a8bbdb6
commit 1c8fcfba51

View file

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