Source code

Revision control

Copy as Markdown

Other Tools

[createImageBitmap-transfer.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "android") and debug and swgl: [OK, TIMEOUT, ERROR]
if (os == "android") and debug and not swgl: [ERROR, TIMEOUT, OK]
if (os == "android") and not debug: [OK, TIMEOUT, ERROR]
[Transfer ImageBitmap created from an HTMLVideoElement]
expected:
if os == "android": FAIL
[Transfer ImageBitmap created from an HTMLVideoElement from a data URL]
expected:
if (os == "android") and debug and swgl: [FAIL, TIMEOUT]
if (os == "android") and debug and not swgl: [FAIL, TIMEOUT]
if (os == "android") and not debug: [FAIL, TIMEOUT]
[Transfer ImageBitmap created from a bitmap HTMLImageElement]
expected:
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
if (os == "android") and debug and swgl: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]
[Transfer ImageBitmap created from a vector HTMLImageElement]
expected:
if (os == "android") and debug and swgl: [PASS, NOTRUN]
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]
[Transfer ImageBitmap created from a bitmap SVGImageElement]
expected:
if (os == "android") and debug and swgl: [PASS, NOTRUN]
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]
[Transfer ImageBitmap created from a vector SVGImageElement]
expected:
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
if (os == "android") and debug and swgl: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]
[Transfer ImageBitmap created from an OffscreenCanvas]
expected:
if (os == "android") and debug and swgl: [PASS, NOTRUN]
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]
[Transfer ImageBitmap created from an ImageData]
expected:
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
if (os == "android") and debug and swgl: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]
[Transfer ImageBitmap created from an ImageBitmap]
expected:
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
if (os == "android") and debug and swgl: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]
[Transfer ImageBitmap created from a Blob]
expected:
if (os == "android") and debug and swgl: [PASS, NOTRUN]
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]
[Transferring a non-origin-clean ImageBitmap throws.]
expected:
if (os == "android") and debug and not swgl: [PASS, NOTRUN]
if (os == "android") and debug and swgl: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]