mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
348 lines
12 KiB
INI
348 lines
12 KiB
INI
[createImageBitmap-invalid-args.html]
|
|
bug: https://github.com/servo/servo/issues/12973
|
|
expected: TIMEOUT
|
|
[createImageBitmap with a HTMLImageElement source and sw set to 0 rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a HTMLImageElement source and sh set to 0 rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a HTMLImageElement source and oversized (unallocatable) crop region rejects with an InvalidStateError DOMException.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a HTMLVideoElement source and sw set to 0 rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a HTMLVideoElement source and sh set to 0 rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a HTMLVideoElement source and oversized (unallocatable) crop region rejects with an InvalidStateError DOMException.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a HTMLCanvasElement source and sw set to 0 rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a HTMLCanvasElement source and sh set to 0 rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a HTMLCanvasElement source and oversized (unallocatable) crop region rejects with an InvalidStateError DOMException.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a OffscreenCanvas source and sw set to 0 rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a OffscreenCanvas source and sh set to 0 rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a OffscreenCanvas source and oversized (unallocatable) crop region rejects with an InvalidStateError DOMException.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a ImageData source and sw set to 0 rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a ImageData source and sh set to 0 rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a ImageData source and oversized (unallocatable) crop region rejects with an InvalidStateError DOMException.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a ImageBitmap source and sw set to 0 rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a ImageBitmap source and sh set to 0 rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a ImageBitmap source and oversized (unallocatable) crop region rejects with an InvalidStateError DOMException.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a Blob source and sw set to 0 rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a Blob source and sh set to 0 rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a Blob source and oversized (unallocatable) crop region rejects with an InvalidStateError DOMException.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with undefined image source rejects with a TypeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with null image source rejects with a TypeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with empty image source rejects with a InvalidStateError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with empty video source rejects with a InvalidStateError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with an oversized canvas source rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with an invalid OffscreenCanvas source rejects with a RangeError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with an undecodable blob source rejects with an InvalidStateError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a broken image source rejects with an InvalidStateError.]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with an available but undecodable image source rejects with an InvalidStateError.]
|
|
expected: TIMEOUT
|
|
|
|
[createImageBitmap with a an HTMLCanvasElement source and sw set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a an HTMLCanvasElement source and sh set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a an HTMLCanvasElement source and oversized (unallocatable) crop region]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a an HTMLVideoElement source and sw set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a an HTMLVideoElement source and sh set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a an HTMLVideoElement source and oversized (unallocatable) crop region]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a an HTMLImageElement source and sw set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a an HTMLImageElement source and sh set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a an HTMLImageElement source and oversized (unallocatable) crop region]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a an OffscreenCanvas source and sw set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a an OffscreenCanvas source and sh set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a an OffscreenCanvas source and oversized (unallocatable) crop region]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a an ImageData source and sw set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a an ImageData source and sh set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a an ImageData source and oversized (unallocatable) crop region]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a an ImageBitmap source and sw set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a an ImageBitmap source and sh set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a an ImageBitmap source and oversized (unallocatable) crop region]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a a Blob source and sw set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a a Blob source and sh set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a a Blob source and oversized (unallocatable) crop region]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with undefined image source.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with null image source.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with empty image source.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with empty video source.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an oversized canvas source.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an invalid OffscreenCanvas source.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an undecodable blob source.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a broken image source.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an available but undecodable image source.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a closed ImageBitmap.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a a bitmap HTMLImageElement source and sw set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a a bitmap HTMLImageElement source and sh set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a a bitmap HTMLImageElement source and oversized (unallocatable) crop region]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a a vector HTMLImageElement source and sw set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a a vector HTMLImageElement source and sh set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a a vector HTMLImageElement source and oversized (unallocatable) crop region]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a a bitmap SVGImageElement source and sw set to 0]
|
|
expected: TIMEOUT
|
|
|
|
[createImageBitmap with a a bitmap SVGImageElement source and sh set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a a bitmap SVGImageElement source and oversized (unallocatable) crop region]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a a vector SVGImageElement source and sw set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a a vector SVGImageElement source and sh set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a a vector SVGImageElement source and oversized (unallocatable) crop region]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with CanvasRenderingContext2D image source.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with WebGLRenderingContext image source.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with Uint8Array image source.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with ArrayBuffer image source.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an available but zero height image source.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an available but zero width image source.]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a an HTMLVideoElement from a data URL source and sw set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a an HTMLVideoElement from a data URL source and sh set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a an HTMLVideoElement from a data URL source and oversized (unallocatable) crop region]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a vector HTMLImageElement source and sw set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with an HTMLCanvasElement source and sw set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a vector HTMLImageElement source and oversized (unallocatable) crop region]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a Blob source and sw set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an HTMLVideoElement source and sh set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a vector HTMLImageElement source and sh set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a Blob source and sh set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an HTMLVideoElement from a data URL source and sw set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with an ImageData source and sh set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an HTMLVideoElement from a data URL source and oversized (unallocatable) crop region]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with an HTMLVideoElement source and sw set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a vector SVGImageElement source and oversized (unallocatable) crop region]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an HTMLCanvasElement source and oversized (unallocatable) crop region]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with an ImageBitmap source and oversized (unallocatable) crop region]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an HTMLVideoElement source and oversized (unallocatable) crop region]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a bitmap HTMLImageElement source and sh set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with an ImageData source and sw set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an OffscreenCanvas source and sh set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an OffscreenCanvas source and sw set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an HTMLVideoElement from a data URL source and sh set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with an ImageData source and oversized (unallocatable) crop region]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a bitmap SVGImageElement source and oversized (unallocatable) crop region]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a vector SVGImageElement source and sh set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an HTMLCanvasElement source and sh set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a bitmap HTMLImageElement source and oversized (unallocatable) crop region]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with a bitmap SVGImageElement source and sw set to 0]
|
|
expected: TIMEOUT
|
|
|
|
[createImageBitmap with an ImageBitmap source and sh set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a vector SVGImageElement source and sw set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a Blob source and oversized (unallocatable) crop region]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a bitmap SVGImageElement source and sh set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with an ImageBitmap source and sw set to 0]
|
|
expected: NOTRUN
|
|
|
|
[createImageBitmap with a bitmap HTMLImageElement source and sw set to 0]
|
|
expected: FAIL
|
|
|
|
[createImageBitmap with an OffscreenCanvas source and oversized (unallocatable) crop region]
|
|
expected: NOTRUN
|
|
|