Enable more DOM preferences for unofficial WPT test runs (#34116)

* Enable some DOM prefs for all WPT tests.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Update expected results.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2024-11-03 10:36:13 -05:00 committed by GitHub
parent 2a6d480cd8
commit a2af619009
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1331 changed files with 667 additions and 6946 deletions

1
tests/wpt/meta/__dir__.ini vendored Normal file
View file

@ -0,0 +1 @@
prefs: ["dom.imagebitmap.enabled:true", "dom.offscreen_canvas.enabled:true"]

View file

@ -5,9 +5,6 @@
[Single value - Non-empty name exists]
expected: FAIL
[Null value should submit nothing]
expected: FAIL
[Newline normalization - \\n in name]
expected: FAIL

View file

@ -38,8 +38,5 @@
[Window replaceable attribute: screenTop]
expected: FAIL
[Window method: createImageBitmap]
expected: FAIL
[Window attribute: onmove]
expected: FAIL

View file

@ -1,4 +1,4 @@
[createImageBitmap-in-worker-transfer.html]
expected: ERROR
expected: TIMEOUT
[Transfer ImageBitmap created in worker]
expected: TIMEOUT

View file

@ -162,9 +162,6 @@
[createImageBitmap with an ImageData source and a value between 0 and 1 in resizeWidth]
expected: NOTRUN
[createImageBitmap with a bitmap HTMLImageElement source and a value between 0 and 1 in resizeWidth]
expected: FAIL
[createImageBitmap with a vector SVGImageElement source and a value of 0 int resizeWidth]
expected: NOTRUN
@ -174,9 +171,6 @@
[createImageBitmap with an ImageBitmap source and a value of 0 int resizeWidth]
expected: NOTRUN
[createImageBitmap with a bitmap HTMLImageElement source and a value between 0 and 1 in resizeHeight]
expected: FAIL
[createImageBitmap with an ImageData source and a value of 0 in resizeHeight]
expected: NOTRUN
@ -260,21 +254,3 @@
[createImageBitmap with a Blob source and a value of 0 in resizeHeight]
expected: NOTRUN
[createImageBitmap with an HTMLCanvasElement source and a value of 0 int resizeWidth]
expected: FAIL
[createImageBitmap with an HTMLCanvasElement source and a value of 0 in resizeHeight]
expected: FAIL
[createImageBitmap with an HTMLCanvasElement source and a value between 0 and 1 in resizeWidth]
expected: FAIL
[createImageBitmap with an HTMLCanvasElement source and a value between 0 and 1 in resizeHeight]
expected: FAIL
[createImageBitmap with a bitmap HTMLImageElement source and a value of 0 int resizeWidth]
expected: FAIL
[createImageBitmap with a bitmap HTMLImageElement source and a value of 0 in resizeHeight]
expected: FAIL

View file

@ -1,33 +1,34 @@
[createImageBitmap-origin.sub.html]
expected: TIMEOUT
[redirected to cross-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
expected: FAIL
expected: NOTRUN
[redirected to cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
expected: FAIL
expected: NOTRUN
[unclean HTMLCanvasElement: origin unclear bitmaprenderer.transferFromImageBitmap]
expected: FAIL
expected: NOTRUN
[unclean HTMLCanvasElement: origin unclear getImageData]
expected: FAIL
expected: NOTRUN
[cross-origin HTMLVideoElement: origin unclear getImageData]
expected: FAIL
expected: NOTRUN
[cross-origin SVGImageElement: origin unclear bitmaprenderer.transferFromImageBitmap]
expected: FAIL
expected: NOTRUN
[cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
expected: FAIL
expected: NOTRUN
[redirected to same-origin HTMLVideoElement: origin unclear getImageData]
expected: FAIL
expected: NOTRUN
[cross-origin HTMLImageElement: origin unclear 2dContext.drawImage]
expected: FAIL
[cross-origin SVGImageElement: origin unclear 2dContext.drawImage]
expected: FAIL
expected: NOTRUN
[cross-origin HTMLImageElement: origin unclear getImageData]
expected: FAIL
@ -36,28 +37,28 @@
expected: FAIL
[redirected to same-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
expected: FAIL
expected: NOTRUN
[unclean ImageBitmap: origin unclear bitmaprenderer.transferFromImageBitmap]
expected: FAIL
expected: NOTRUN
[redirected to same-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
expected: FAIL
expected: NOTRUN
[redirected to cross-origin HTMLVideoElement: origin unclear getImageData]
expected: FAIL
expected: NOTRUN
[unclean ImageBitmap: origin unclear getImageData]
expected: FAIL
expected: NOTRUN
[unclean HTMLCanvasElement: origin unclear 2dContext.drawImage]
expected: FAIL
expected: NOTRUN
[cross-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
expected: FAIL
expected: NOTRUN
[unclean ImageBitmap: origin unclear 2dContext.drawImage]
expected: FAIL
expected: NOTRUN
[cross-origin SVGImageElement: origin unclear getImageData]
expected: FAIL
expected: TIMEOUT

View file

@ -1,7 +1,7 @@
[createImageBitmap-serializable.html]
expected: ERROR
expected: TIMEOUT
[Serialize ImageBitmap created from a vector SVGImageElement]
expected: FAIL
expected: NOTRUN
[Serialize ImageBitmap created from an HTMLVideoElement]
expected: FAIL
@ -13,25 +13,25 @@
expected: FAIL
[Serialize ImageBitmap created from an OffscreenCanvas]
expected: FAIL
expected: NOTRUN
[Serialize ImageBitmap created from a vector HTMLImageElement]
expected: FAIL
[Serialize ImageBitmap created from a Blob]
expected: FAIL
expected: NOTRUN
[Serialize ImageBitmap created from a bitmap HTMLImageElement]
expected: FAIL
[Serializing a non-origin-clean ImageBitmap throws.]
expected: FAIL
expected: NOTRUN
[Serialize ImageBitmap created from an ImageData]
expected: FAIL
expected: NOTRUN
[Serialize ImageBitmap created from an ImageBitmap]
expected: FAIL
expected: NOTRUN
[Serialize ImageBitmap created from a bitmap SVGImageElement]
expected: FAIL
expected: TIMEOUT

View file

@ -4,19 +4,19 @@
expected: FAIL
[Transfer ImageBitmap created from an ImageData]
expected: FAIL
expected: NOTRUN
[Transfer ImageBitmap created from a vector SVGImageElement]
expected: FAIL
expected: NOTRUN
[Transfer ImageBitmap created from a Blob]
expected: FAIL
expected: NOTRUN
[Transfer ImageBitmap created from an HTMLCanvasElement]
expected: FAIL
[Transfer ImageBitmap created from an OffscreenCanvas]
expected: FAIL
expected: NOTRUN
[Transfer ImageBitmap created from a bitmap HTMLImageElement]
expected: FAIL
@ -25,13 +25,13 @@
expected: FAIL
[Transfer ImageBitmap created from a bitmap SVGImageElement]
expected: FAIL
expected: TIMEOUT
[Transfer ImageBitmap created from an ImageBitmap]
expected: FAIL
expected: NOTRUN
[Transfer ImageBitmap created from an HTMLVideoElement]
expected: FAIL
[Transferring a non-origin-clean ImageBitmap throws.]
expected: FAIL
expected: NOTRUN

View file

@ -1,624 +1,625 @@
[canvas-display-p3-drawImage-ImageBitmap-Blob.html]
expected: ERROR
[sRGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT

View file

@ -1,624 +1,2 @@
[canvas-display-p3-drawImage-ImageBitmap-ImageBitmap.html]
[sRGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[sRGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[sRGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[sRGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[sRGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[sRGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[sRGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[sRGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-FF0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-FF0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-FF0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-FF0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-BB0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-BB0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-BB0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-BB0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: ERROR

View file

@ -1,624 +1,625 @@
[canvas-display-p3-drawImage-ImageBitmap-cloned.html]
expected: ERROR
[sRGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT

View file

@ -1,624 +1,625 @@
[canvas-display-p3-drawImage-ImageBitmap-image.html]
expected: ERROR
[sRGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FF0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000FF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BB0000CC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-FF000000.jpg, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Generic-CMYK-BE000000.jpg, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[sRGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Display-P3-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-FFFF00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000FFFF.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData srgb, cropSource=true]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=false]
expected: FAIL
expected: TIMEOUT
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
expected: FAIL
expected: TIMEOUT

View file

@ -1,8 +0,0 @@
[historical.any.html]
[OffscreenCanvasRenderingContext2D.commit method is removed]
expected: FAIL
[historical.any.worker.html]
[OffscreenCanvasRenderingContext2D.commit method is removed]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.conformance.requirements.missingargs.html]
[Missing arguments cause TypeError]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.conformance.requirements.missingargs.worker.html]
[Missing arguments cause TypeError]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.arguments.missing.html]
[OffscreenCanvas test: 2d.canvas.context.arguments.missing]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.arguments.missing.worker.html]
[2d]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.exists.html]
[The 2D context is implemented]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.exists.worker.html]
[The 2D context is implemented]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.extraargs.cache.html]
[The 2D context doesn't throw with extra getContext arguments (cached)]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.extraargs.cache.worker.html]
[The 2D context doesn't throw with extra getContext arguments (cached)]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.extraargs.create.html]
[The 2D context doesn't throw with extra getContext arguments (new context)]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.extraargs.create.worker.html]
[The 2D context doesn't throw with extra getContext arguments (new context)]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.prototype.html]
[checks OffscreenCanvasRenderingContext2D prototype]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.prototype.worker.html]
[checks OffscreenCanvasRenderingContext2D prototype]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.shared.html]
[getContext('2d') returns objects which share canvas state]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.shared.worker.html]
[getContext('2d') returns objects which share canvas state]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.type.exists.html]
[The 2D context interface is a property of 'window']
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.type.exists.worker.html]
[The 2D context interface is a property of 'self']
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.type.extend.html]
[Interface methods can be added]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.type.extend.worker.html]
[Interface methods can be added]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.type.prototype.html]
[window.CanvasRenderingContext2D.prototype are not [[Writable\]\] and not [[Configurable\]\], and its methods are [[Configurable\]\].]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.type.prototype.worker.html]
[window.CanvasRenderingContext2D.prototype are not [[Writable\]\] and not [[Configurable\]\], and its methods are [[Configurable\]\].]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.type.replace.html]
[Interface methods can be overridden]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.type.replace.worker.html]
[Interface methods can be overridden]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.unique.html]
[getContext('2d') returns the same object]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.unique.worker.html]
[getContext('2d') returns the same object]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.color.html]
[Initial state is transparent black]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.color.worker.html]
[Initial state is transparent black]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.reset.2dstate.html]
[Resetting the canvas state resets 2D state variables]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.reset.2dstate.worker.html]
[Resetting the canvas state resets 2D state variables]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.reset.clip.html]
[Resetting the canvas state resets the current clip region]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.reset.clip.worker.html]
[Resetting the canvas state resets the current clip region]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.reset.different.html]
[Changing size resets canvas to transparent black]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.reset.different.worker.html]
[Changing size resets canvas to transparent black]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.reset.gradient.html]
[Resetting the canvas state does not invalidate any existing gradients]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.reset.gradient.worker.html]
[Resetting the canvas state does not invalidate any existing gradients]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.reset.pattern.html]
[Resetting the canvas state does not invalidate any existing patterns]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.reset.pattern.worker.html]
[Resetting the canvas state does not invalidate any existing patterns]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.reset.same.html]
[Setting size (not changing the value) resets canvas to transparent black]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.reset.same.worker.html]
[Setting size (not changing the value) resets canvas to transparent black]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.reset.transform.html]
[Resetting the canvas state resets the current transformation matrix]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.initial.reset.transform.worker.html]
[Resetting the canvas state resets the current transformation matrix]
expected: FAIL

View file

@ -1,6 +1,3 @@
[2d.canvas.host.readonly.html]
[canvas is readonly]
expected: FAIL
[Canvas objects are readonly]
expected: FAIL

View file

@ -1,6 +1,3 @@
[2d.canvas.host.readonly.worker.html]
[canvas is readonly]
expected: FAIL
[Canvas objects are readonly]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.reference.html]
[canvas refers back to its canvas]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.reference.worker.html]
[canvas refers back to its canvas]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.default.html]
[Default width/height when attributes are missing]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.default.worker.html]
[Default width/height when attributes are missing]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.idl.html]
[Getting/setting width/height IDL attributes]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.idl.set.zero.html]
[Setting width/height IDL attributes to 0]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.idl.set.zero.worker.html]
[Setting width/height IDL attributes to 0]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.idl.worker.html]
[Getting/setting width/height IDL attributes]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.decimal.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.decimal.worker.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.empty.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.empty.worker.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.exp.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.exp.worker.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.hex.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.hex.worker.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +1,4 @@
[2d.canvas.host.size.attributes.parse.minus.html]
expected: CRASH
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.octal.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.octal.worker.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.onlyspace.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.onlyspace.worker.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.plus.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.plus.worker.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.space.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.space.worker.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.whitespace.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.whitespace.worker.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.zero.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.parse.zero.worker.html]
[Parsing of non-negative integers]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.reflect.setidl.html]
[Setting IDL attributes updates IDL and content attributes]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.reflect.setidl.worker.html]
[Setting IDL attributes updates IDL and content attributes]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.reflect.setidlzero.html]
[Setting IDL attributes to 0 updates IDL and content attributes]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.attributes.reflect.setidlzero.worker.html]
[Setting IDL attributes to 0 updates IDL and content attributes]
expected: FAIL

View file

@ -1,3 +1,4 @@
[2d.canvas.host.size.large.html]
expected: CRASH
[OffscreenCanvas test: 2d.canvas.host.size.large]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.size.large.worker.html]
[2d]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.type.delete.html]
[OffscreenCanvas interface object is [[Configurable\]\]]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.type.delete.worker.html]
[OffscreenCanvas interface object is [[Configurable\]\]]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.type.name.html]
[OffscreenCanvas type and toString]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.host.type.name.worker.html]
[OffscreenCanvas type and toString]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.composite.clip.clear.html]
[fill() does not affect pixels outside the clip region.]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.composite.clip.clear.worker.html]
[fill() does not affect pixels outside the clip region.]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.composite.clip.copy.html]
[fill() does not affect pixels outside the clip region.]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.composite.clip.copy.worker.html]
[fill() does not affect pixels outside the clip region.]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.composite.clip.destination-atop.html]
[fill() does not affect pixels outside the clip region.]
expected: FAIL

View file

@ -1,4 +0,0 @@
[2d.composite.clip.destination-atop.worker.html]
[fill() does not affect pixels outside the clip region.]
expected: FAIL

Some files were not shown because too many files have changed in this diff Show more