tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 4f8ea9689919ac5428a2b10db650c74a0939874f
parent 234026d9d26aa46d9f2990a6e15bd3027a3ecd74
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Mon,  3 Nov 2025 21:46:11 +0000

Bug 1997967 [wpt PR 55828] - Update wpt metadata, a=testonly

wpt-pr: 55828
wpt-type: metadata

Diffstat:
Mtesting/web-platform/meta/clipboard-apis/async-navigator-clipboard-read-resource-load.https.html.ini | 3+++
Mtesting/web-platform/meta/clipboard-apis/text-write-read/async-write-readText.https.html.ini | 8+++++++-
2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/testing/web-platform/meta/clipboard-apis/async-navigator-clipboard-read-resource-load.https.html.ini b/testing/web-platform/meta/clipboard-apis/async-navigator-clipboard-read-resource-load.https.html.ini @@ -3,3 +3,6 @@ prefs: [dom.events.testing.asyncClipboard:true] [async-navigator-clipboard-read-resource-load.https.html] expected: if (os == "android") and fission: [OK, TIMEOUT] + [Async Clipboard.read() should not trigger resource loading] + expected: + if (os == "linux") and not fission: [PASS, FAIL] diff --git a/testing/web-platform/meta/clipboard-apis/text-write-read/async-write-readText.https.html.ini b/testing/web-platform/meta/clipboard-apis/text-write-read/async-write-readText.https.html.ini @@ -1,7 +1,13 @@ # XXX(krosylight): The test fails on Android without the testing pref, see bug 1888179 prefs: [dom.events.testing.asyncClipboard:true] - [async-write-readText.https.html] expected: if (os == "android") and debug and fission: [OK, TIMEOUT] if (os == "android") and not debug: [OK, CRASH] + [Verify write and read clipboard given text: Clipboard write ([text/plain ClipboardItem) -> read text test] + expected: + if (os == "linux") and not fission: [PASS, FAIL] + + [Verify write and read clipboard given text: non-Latin1 text encoding test データ] + expected: + if (os == "linux") and not fission: [PASS, FAIL]