mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #15081 - servo:interfaces.worker, r=jdm
Enable interfaces.worker.html. I ran it 250 times, and it passed every time. Fixes #12654. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15081) <!-- Reviewable:end -->
This commit is contained in:
commit
83a99f0ea5
1 changed files with 42 additions and 1 deletions
|
@ -1,3 +1,44 @@
|
|||
[interfaces.worker.html]
|
||||
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