Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable interfaces.worker.html. #15081

Merged
merged 1 commit into from Jan 18, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

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

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.