Closed Bug 2036317 Opened 16 days ago Closed 9 days ago

[wpt-sync] Sync PR 59579 - [Clipboard] Add WPT: cached getType() rejects after clipboard.write()

Categories

(Core :: DOM: Copy & Paste and Drag & Drop, task, P4)

task

Tracking

()

RESOLVED FIXED
152 Branch
Tracking Status
firefox152 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 59579 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/59579
Details from upstream follow.

Shweta Bindal <shwetabindal@microsoft.com> wrote:

[Clipboard] Add WPT: cached getType() rejects after clipboard.write()

Add a tentative WPT test verifying that ClipboardItem.getType()
rejects with DataError after clipboard.write() invalidates the item,
even when the blob data was previously read and cached via an earlier
getType() call.

Bug: 507099863
Change-Id: I31496785800a141c226758807f89c631228b06bf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7804889
Reviewed-by: Tanu Jain \<tanujain@microsoft.com>
Commit-Queue: Shweta Bindal \<shwetabindal@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1623091}

Component: web-platform-tests → DOM: Copy & Paste and Drag & Drop
Product: Testing → Core

CI Results

Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 57 tests and 2 subtests

Status Summary

Firefox

OK : 1[GitHub] 48[Gecko-windows11-32-25h2-opt] 50[Gecko-windows11-64-25h2-debug] 51[Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-64-25h2-opt] 53[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
PASS: 172[Gecko-windows11-32-25h2-opt] 174[Gecko-linux2404-64-debug, Gecko-windows11-64-25h2-debug] 175[Gecko-windows11-32-25h2-debug, Gecko-windows11-64-25h2-opt] 179[Gecko-linux2404-64-opt] 189[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
FAIL: 1[GitHub] 42[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview] 47[Gecko-linux2404-64-opt] 50[Gecko-windows11-32-25h2-opt] 51[Gecko-windows11-32-25h2-debug, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt] 52[Gecko-linux2404-64-debug]

Chrome

OK : 1
FAIL: 1

Safari

OK : 1
FAIL: 1

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /clipboard-apis/detached-iframe/write-read-on-detached-iframe.https.html [wpt.fyi]: SKIP
  • /clipboard-apis/detached-iframe/writeText-readText-on-detached-iframe.https.html [wpt.fyi]: SKIP
  • /clipboard-apis/permissions-policy/clipboard-read/clipboard-read-disabled-by-permissions-policy.tentative.https.sub.html [wpt.fyi]: SKIP
  • /clipboard-apis/permissions-policy/clipboard-write/clipboard-write-disabled-by-permissions-policy.tentative.https.sub.html [wpt.fyi]: SKIP
  • /clipboard-apis/async-clipboard-cached-getType-reject.tentative.https.html [wpt.fyi]
    • getType() rejects with DataError on cached ClipboardItem after clipboard.write(): FAIL (Chrome: FAIL, Safari: FAIL)
  • /clipboard-apis/async-clipboard-read-unsanitized-null.https.html [wpt.fyi]
    • unsanitized: null should reject with TypeError: FAIL
  • /clipboard-apis/async-custom-formats-write-read-web-prefix.tentative.https.html [wpt.fyi]
    • navigator.clipboard.write() for custom format and Blob type with web prefix: FAIL
  • /clipboard-apis/async-custom-formats-write-read-without-web-prefix.tentative.https.html [wpt.fyi]
    • navigator.clipboard.write() for custom format with web prefix, but Blob type without web prefix: FAIL
  • /clipboard-apis/async-custom-formats-write-read.tentative.https.html [wpt.fyi]
    • Verify write and read clipboard given 2 platform-neutral custom format inputs: FAIL
  • /clipboard-apis/async-html-script-removal.https.html [wpt.fyi]
    • Verify write and read clipboard with scripts removed given text/html. The string "<script>const a = 5;</script>" has been removed.: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
  • /clipboard-apis/async-navigator-clipboard-basics.https.html [wpt.fyi]
    • navigator.clipboard.write({string : image/png Blob}) succeeds: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
  • /clipboard-apis/async-navigator-clipboard-change-event.tentative.https.html [wpt.fyi]
    • clipboardchange event is invoked: FAIL
    • clipboardchange event is invoked with async clipboard API: FAIL
    • clipboardchange event is invoked using onclipboardchange attribute: FAIL
    • clipboardchange event is invoked even when only custom MIME types are set: FAIL
    • clipboardchange event listener behavior when adding, removing, and re-adding: FAIL
    • clipboardchange event exposes all standard MIME types and filters non-standard ones: FAIL
    • clipboardchange event should only fire in the focused context: FAIL
  • /clipboard-apis/async-navigator-clipboard-write-domstring.https.html [wpt.fyi]
    • navigator.clipboard.write(web_custom_format) succeeds: FAIL
  • /clipboard-apis/async-promise-write-blobs-read-blobs.https.html [wpt.fyi]
    • Verify write and read clipboard (multiple types) with promise to Blobs: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
  • /clipboard-apis/async-svg-read-write.tentative.https.html [wpt.fyi]
    • Verify read and write of some image/svg+xml content: FAIL
  • /clipboard-apis/async-unsanitized-html-formats-write-read.tentative.https.html [wpt.fyi]
    • Verify write and read unsanitized content to the clipboard given text/html format as input: FAIL
  • /clipboard-apis/async-unsanitized-plaintext-formats-write-read.tentative.https.html [wpt.fyi]
    • Verify write and read unsanitized content to the clipboard given standard and custom formats as input: FAIL
  • /clipboard-apis/async-unsanitized-standard-html-read-fail.tentative.https.html [wpt.fyi]
    • navigator.clipboard.read() fails for multiple unsanitized formats requested.: FAIL
    • navigator.clipboard.read() fails for unsanitized text/plain requested.: FAIL
    • navigator.clipboard.read() fails for unsanitized image/png requested.: FAIL
    • navigator.clipboard.read() fails for unsanitized image/svg+xml requested.: FAIL
  • /clipboard-apis/async-write-blobs-read-blobs.https.html [wpt.fyi]
    • Verify write and read clipboard (multiple types): FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
  • /clipboard-apis/async-write-html-read-html.https.html [wpt.fyi]
    • Verify read and write of some text/html content: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt]
  • /clipboard-apis/async-write-image-read-image.https.html [wpt.fyi]
    • Verify write and read clipboard [image/png Blob]: FAIL [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], PASS [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
  • /clipboard-apis/clipboard-copy-selection-line-break.https.html?31-last [wpt.fyi]
    • test preformatted text with line breaks: "\n \r": FAIL [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
  • /clipboard-apis/clipboard-copy-selection-line-break.https.html?11-20 [wpt.fyi]
    • test preformatted text with line breaks: "\n\n": FAIL [Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt]
    • test preformatted text with line breaks: "\r\r\r": FAIL [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
    • test preformatted text with line breaks: "\r\r\n": FAIL [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
    • test preformatted text with line breaks: "\r\n\r": FAIL [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
    • test preformatted text with line breaks: "\r\n\n": FAIL [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
  • /clipboard-apis/clipboard-copy-selection-line-break.https.html?21-30 [wpt.fyi]
    • test preformatted text with line breaks: "\n\r\r": FAIL [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
    • test preformatted text with line breaks: "\n\r\n": FAIL [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
    • test preformatted text with line breaks: "\n\n\r": FAIL [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
    • test preformatted text with line breaks: "\n\n\n": FAIL [Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt]
    • test preformatted text with line breaks: "\r \n": FAIL [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
  • /clipboard-apis/clipboard-copy-selection-line-break.https.html?1-10 [wpt.fyi]
    • test preformatted text with line breaks: "\r": FAIL [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
    • test preformatted text with line breaks: "\n": FAIL [Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt]
    • test preformatted text with line breaks: "\r\r": FAIL [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
    • test preformatted text with line breaks: "\r\n": FAIL [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
    • test preformatted text with line breaks: "\n\r": FAIL [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview]
  • /clipboard-apis/clipboard-item.https.html [wpt.fyi]
    • supports(text/uri-list) returns true: FAIL
    • supports(image/svg+xml) returns true: FAIL
    • supports(web foo/bar) returns true: FAIL
    • supports(web text/html) returns true: FAIL
  • /clipboard-apis/idlharness.https.window.html [wpt.fyi]
    • ClipboardChangeEvent interface: existence and properties of interface object: FAIL
    • ClipboardChangeEvent interface object length: FAIL
    • ClipboardChangeEvent interface object name: FAIL
    • ClipboardChangeEvent interface: existence and properties of interface prototype object: FAIL
    • ClipboardChangeEvent interface: existence and properties of interface prototype object's "constructor" property: FAIL
    • ClipboardChangeEvent interface: existence and properties of interface prototype object's @@unscopables property: FAIL
    • ClipboardChangeEvent interface: attribute types: FAIL
    • ClipboardChangeEvent interface: attribute changeId: FAIL
  • /clipboard-apis/detached-iframe/write-on-detaching-iframe.https.html [wpt.fyi]: OK [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-opt], SKIP [Gecko-windows11-64-25h2-debug]
  • /clipboard-apis/permissions/readText-denied.https.html [wpt.fyi]
    • navigator.clipboard.readText() fails when permission denied: FAIL
  • /clipboard-apis/permissions/writeText-denied.https.html [wpt.fyi]: OK [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], SKIP [Gecko-windows11-32-25h2-opt]
    • navigator.clipboard.writeText() fails when permission denied: FAIL
  • /clipboard-apis/permissions/writeText-granted.https.html [wpt.fyi]: OK [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], SKIP [Gecko-windows11-32-25h2-opt]
  • /clipboard-apis/permissions-policy/clipboard-read/clipboard-read-enabled-by-permissions-policy.tentative.https.sub.html [wpt.fyi]: OK [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], SKIP [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
    • Permissions-Policy header clipboard-read=* allows the top-level document.: FAIL
  • /clipboard-apis/permissions-policy/clipboard-read/clipboard-read-enabled-on-self-origin-by-permissions-policy.tentative.https.sub.html [wpt.fyi]: OK [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview], SKIP [Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
    • Permissions-Policy header clipboard-read=self allows the top-level document.: FAIL
  • /clipboard-apis/text-write-read/async-write-read.https.html [wpt.fyi]
    • Verify write and read clipboard given text: Clipboard write ([text/plain ClipboardItem]) -> read ([text/plain ClipboardItem]) test: FAIL [Gecko-linux2404-64-debug], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
    • Verify write and read clipboard given text: non-Latin1 text encoding test データ: FAIL [Gecko-linux2404-64-debug], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
  • /clipboard-apis/text-write-read/async-write-readText.https.html [wpt.fyi]
    • Verify write and read clipboard given text: Clipboard write ([text/plain ClipboardItem) -> read text test: FAIL [Gecko-linux2404-64-debug], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
  • /clipboard-apis/text-write-read/async-writeText-read.https.html [wpt.fyi]
    • Verify write and read clipboard given text: Clipboard write text -> read ([text/plain ClipboardItem]) test: FAIL [Gecko-linux2404-64-debug], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-32-25h2-opt, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]
  • /clipboard-apis/text-write-read/async-writeText-readText.https.html [wpt.fyi]: OK [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt], SKIP [Gecko-windows11-32-25h2-opt]
    • Verify write and read clipboard given text: non-Latin1 text encoding test データ: FAIL [Gecko-linux2404-64-debug], PASS [Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-opt, Gecko-windows11-32-25h2-debug, Gecko-windows11-64-25h2-debug, Gecko-windows11-64-25h2-opt]

Tests Disabled in Gecko Infrastructure

Status: NEW → RESOLVED
Closed: 9 days ago
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
You need to log in before you can comment on or make changes to this bug.