Source code
Revision control
Copy as Markdown
Other Tools
[async-write-blobs-read-blobs.https.html]
expected:
if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]
[Verify write and read clipboard (multiple types)]
expected:
if not fission and (os == "linux") and debug: [PASS, FAIL]
if not fission and (os == "linux") and not debug: [PASS, TIMEOUT, FAIL]
if not fission and (os == "android"): FAIL
[navigator.clipboard.read() does not crash if clipboard data has null values]
expected:
if not asan and (os == "linux") and not fission: [PASS, FAIL]
if asan and not fission: [PASS, TIMEOUT, NOTRUN, FAIL]