Bug 1689883 - Update wpt metadata for setPermission changes. r=jgraham

Differential Revision: https://phabricator.services.mozilla.com/D105113
This commit is contained in:
Tom Schuster 2021-02-24 19:51:04 +00:00
parent f532cf3f5f
commit c7a4215236
19 changed files with 15 additions and 69 deletions

View File

@ -1,2 +1,2 @@
prefs: [dom.events.asyncClipboard:true, dom.events.asyncClipboard.clipboardItem: true,
dom.events.testing.asyncClipboard:true]
dom.events.testing.asyncClipboard:true, marionette.setpermission.enabled:true]

View File

@ -1,4 +1,5 @@
[async-write-blobs-read-blobs.https.html]
[Verify write and read clipboard (multiple types)]
expected: FAIL
expected:
if (os == "android"): FAIL

View File

@ -1,4 +1,5 @@
[async-write-html-read-html.https.html]
[Verify read and write of some text/html content]
expected: FAIL
expected:
if os == "win": FAIL

View File

@ -1,7 +1,7 @@
[async-write-image-read-image.https.html]
[Verify write and read clipboard [image/png Blob\]]
expected:
if (os == "mac"): FAIL
if (os == "android"): FAIL
[Verify write error on malformed data [image/png ClipboardItem\]]
expected: FAIL
[Verify write and read clipboard [image/png Blob\]]
expected: FAIL

View File

@ -1,4 +1,4 @@
[async-write-svg-read-svg.https.html]
[Verify read and write of some image/svg+xml content]
expected: FAIL
expected:
if (os == "android"): FAIL

View File

@ -1,4 +0,0 @@
[read-on-detaching-iframe.https.html]
[Verify read fails on detaching iframe]
expected: FAIL

View File

@ -1,4 +0,0 @@
[write-on-detaching-iframe.https.html]
[Verify write fails on detaching iframe]
expected: FAIL

View File

@ -1,4 +1,4 @@
[write-read-on-detached-iframe.https.html]
expected: TIMEOUT
[Verify read and write fail on detached iframe]
expected: FAIL
expected: TIMEOUT

View File

@ -1,4 +1,5 @@
[writeText-readText-on-detached-iframe.https.html]
expected: TIMEOUT
[Verify readText and writeText fails on detached iframe]
expected: FAIL
expected: TIMEOUT

View File

@ -1,7 +1,3 @@
[clipboard-read-enabled-by-feature-policy.tentative.https.sub.html]
[Feature-Policy header clipboard-read "*" allows the top-level document.]
expected: FAIL
[Feature-Policy header clipboard-read "*" allows same-origin iframes.]
expected: FAIL

View File

@ -1,7 +1,3 @@
[clipboard-read-enabled-on-self-origin-by-feature-policy.tentative.https.sub.html]
[Feature-Policy header clipboard-read "self" allows same-origin iframes.]
expected: FAIL
[Feature-Policy header clipboard-read "self" allows the top-level document.]
expected: FAIL

View File

@ -2,6 +2,3 @@
[Feature-Policy header clipboard-write "*" allows same-origin iframes.]
expected: FAIL
[Feature-Policy header clipboard-write "*" allows the top-level document.]
expected: FAIL

View File

@ -1,7 +1,4 @@
[clipboard-write-enabled-on-self-origin-by-feature-policy.tentative.https.sub.html]
[Feature-Policy header clipboard-write "self" allows the top-level document.]
expected: FAIL
[Feature-Policy header clipboard-write "self" allows same-origin iframes.]
expected: FAIL

View File

@ -1,4 +0,0 @@
[readText-granted.https.html]
[navigator.clipboard.readText() succeeds when permission granted]
expected: FAIL

View File

@ -1,4 +0,0 @@
[writeText-granted.https.html]
[navigator.clipboard.writeText() succeeds when permission granted]
expected: FAIL

View File

@ -1,7 +0,0 @@
[async-write-read.https.html]
[Verify write and read clipboard given text: Clipboard write ([text/plain ClipboardItem\]) -> read ([text/plain ClipboardItem\]) test]
expected: FAIL
[Verify write and read clipboard given text: non-Latin1 text encoding test データ]
expected: FAIL

View File

@ -1,7 +0,0 @@
[async-write-readText.https.html]
[Verify write and read clipboard given text: non-Latin1 text encoding test データ]
expected: FAIL
[Verify write and read clipboard given text: Clipboard write ([text/plain ClipboardItem) -> read text test]
expected: FAIL

View File

@ -1,7 +0,0 @@
[async-writeText-read.https.html]
[Verify write and read clipboard given text: Clipboard write text -> read ([text/plain ClipboardItem\]) test]
expected: FAIL
[Verify write and read clipboard given text: non-Latin1 text encoding test データ]
expected: FAIL

View File

@ -1,6 +0,0 @@
[async-writeText-readText.https.html]
[Verify write and read clipboard given text: non-Latin1 text encoding test データ]
expected: FAIL
[Verify write and read clipboard given text: Clipboard write text -> read text test]
expected: FAIL