Auto merge of #23647 - jdm:wpt-permissions, r=Manishearth

Run DOM permissions tests in WPT.

We have an implementation, so we should be testing it to catch problems like #23645.

<!-- 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/23647)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-06-28 14:14:17 -04:00 committed by GitHub
commit f81da9824e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 0 deletions

View file

@ -105,6 +105,8 @@ skip: true
skip: true
[performance-timeline]
skip: false
[permissions]
skip: false
[quirks]
skip: false
[referrer-policy]

View file

@ -0,0 +1 @@
prefs: ["dom.permissions.enabled:true"]

View file

@ -0,0 +1,6 @@
[interfaces.any.html]
expected: CRASH
[interfaces.any.worker.html]
expected: CRASH

View file

@ -0,0 +1,5 @@
[test-background-fetch-permission.html]
expected: CRASH
[Test Background Fetch Permission.]
expected: FAIL