mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Run same tests for layout-2020 and layout-2013 (#30092)
Most tests were only being run for layout-2013, not for layout-2020. This wasn't great since layout-2020 is now the default. So this patch unifies the lists of included tests for both layouts. For layout-2013 this implies adding css/css-content/, css/css-logical/ and css/css-masking/clip/. For layout-2020 this implies adding several additional css tests, and also tests like dom/, js/, html/, etc.
This commit is contained in:
parent
78c7011240
commit
963104e5fc
4797 changed files with 679983 additions and 5390 deletions
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.globalAlpha.image.html]
|
||||
[Canvas test: 2d.composite.globalAlpha.image]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.composite.globalAlpha.imagepattern.html]
|
||||
[Canvas test: 2d.composite.globalAlpha.imagepattern]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.3arg.html]
|
||||
[Canvas test: 2d.drawImage.3arg]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.5arg.html]
|
||||
[Canvas test: 2d.drawImage.5arg]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.9arg.basic.html]
|
||||
[Canvas test: 2d.drawImage.9arg.basic]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.9arg.destpos.html]
|
||||
[Canvas test: 2d.drawImage.9arg.destpos]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.9arg.destsize.html]
|
||||
[Canvas test: 2d.drawImage.9arg.destsize]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.9arg.sourcepos.html]
|
||||
[Canvas test: 2d.drawImage.9arg.sourcepos]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.9arg.sourcesize.html]
|
||||
[Canvas test: 2d.drawImage.9arg.sourcesize]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.alpha.html]
|
||||
[Canvas test: 2d.drawImage.alpha]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.broken.html]
|
||||
[Canvas test: 2d.drawImage.broken]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.clip.html]
|
||||
[Canvas test: 2d.drawImage.clip]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.composite.html]
|
||||
[Canvas test: 2d.drawImage.composite]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.floatsource.html]
|
||||
[Canvas test: 2d.drawImage.floatsource]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.negativedest.html]
|
||||
[Negative destination width/height represents the correct rectangle]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.negativedir.html]
|
||||
[Negative dimensions do not affect the direction of the image]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.negativesource.html]
|
||||
[Negative source width/height represents the correct rectangle]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.nonfinite.html]
|
||||
[drawImage() with Infinity/NaN is ignored]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.nowrap.html]
|
||||
[Stretched images do not get pixels wrapping around the edges]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.path.html]
|
||||
[Canvas test: 2d.drawImage.path]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.svg.html]
|
||||
[drawImage() of an SVG image]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.transform.html]
|
||||
[Canvas test: 2d.drawImage.transform]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.drawImage.zerosource.html]
|
||||
[drawImage with zero-sized source rectangle draws nothing without exception]
|
||||
expected: FAIL
|
|
@ -1,3 +1,6 @@
|
|||
[2d.drawImage.zerosource.image.html]
|
||||
[drawImage with zero-sized source rectangle from image throws INDEX_SIZE_ERR]
|
||||
expected: FAIL
|
||||
|
||||
[drawImage with zero-sized source rectangle from image draws nothing without exception]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[2d.gradient.interpolate.zerosize.fillText.html]
|
||||
[Canvas test: 2d.gradient.interpolate.zerosize.fillText]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.layer.beginLayer-options.html]
|
||||
[Checks beginLayer works for different option parameter values]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.layer.cross-layer-paths.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.layer.exceptions-are-no-op.html]
|
||||
[Checks that the context state is left unchanged if beginLayer throws.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.layer.global-filter.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.layer.invalid-calls.beginLayer-reset-endLayer.html]
|
||||
[Raises exception on beginLayer() + reset() + endLayer().]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.layer.invalid-calls.beginLayer-restore.html]
|
||||
[Raises exception on beginLayer() + restore().]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.layer.invalid-calls.beginLayer-save-endLayer.html]
|
||||
[Raises exception on beginLayer() + save() + endLayer().]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.layer.invalid-calls.endLayer.html]
|
||||
[Raises exception on lone endLayer calls.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.layer.invalid-calls.save-beginLayer-restore.html]
|
||||
[Raises exception on save() + beginLayer() + restore().]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.layer.invalid-calls.save-endLayer.html]
|
||||
[Raises exception on save() + endLayer().]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.layer.layer-rendering-state-reset-in-layer.html]
|
||||
[Tests that layers ignore the global context filter.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.layer.render-opportunities.requestAnimationFrame.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[2d.layer.render-opportunities.toBlob.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[2d.layer.reset.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.layer.restore-style.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[2d.layer.unclosed-nested.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.layer.valid-calls.beginLayer-endLayer.html]
|
||||
[No exception raised on beginLayer() + endLayer().]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.layer.valid-calls.beginLayer-save.html]
|
||||
[No exception raised on beginLayer() + save().]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.layer.valid-calls.beginLayer.html]
|
||||
[No exception raised on lone beginLayer() calls.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.layer.valid-calls.save-beginLayer.html]
|
||||
[No exception raised on save() + beginLayer().]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.layer.valid-calls.save_reset_restore.html]
|
||||
[No exception raised on save() + reset() + restore().]
|
||||
expected: FAIL
|
|
@ -1,5 +1,5 @@
|
|||
[canvas-createImageBitmap-resize.html]
|
||||
expected: ERROR
|
||||
expected: TIMEOUT
|
||||
[createImageBitmap from an ImageData with resize option.]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -11,3 +11,9 @@
|
|||
|
||||
[createImageBitmap with EXIF rotation, imageOrientation flipY, and cropping]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap with EXIF rotation, imageOrientation from-image, and no cropping]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap with EXIF rotation, imageOrientation from-image, and cropping]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
[createImageBitmap-exif-orientation_none.html]
|
||||
expected: ERROR
|
||||
[createImageBitmap with Orientation 1]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap with Orientation 2]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap with Orientation 3]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap with Orientation 4]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap with Orientation 5]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap with Orientation 6]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap with Orientation 7]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap with Orientation 8]
|
||||
expected: TIMEOUT
|
|
@ -66,3 +66,35 @@
|
|||
[createImageBitmap from a bitmap SVGImageElement imageOrientation: "none", and drawImage on the created ImageBitmap]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap from an HTMLCanvasElement imageOrientation: "from-image", and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from an HTMLVideoElement imageOrientation: "from-image", and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from an HTMLVideoElement from a data URL imageOrientation: "from-image", and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from a bitmap HTMLImageElement imageOrientation: "from-image", and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from a vector HTMLImageElement imageOrientation: "from-image", and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from a bitmap SVGImageElement imageOrientation: "from-image", and drawImage on the created ImageBitmap]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap from a vector SVGImageElement imageOrientation: "from-image", and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap from an OffscreenCanvas imageOrientation: "from-image", and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap from an ImageData imageOrientation: "from-image", and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap from an ImageBitmap imageOrientation: "from-image", and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap from a Blob imageOrientation: "from-image", and drawImage on the created ImageBitmap]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[createImageBitmap-in-worker-transfer.html]
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[Transfer ImageBitmap created in worker]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -261,3 +261,20 @@
|
|||
[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
|
||||
|
|
|
@ -1,34 +1,33 @@
|
|||
[createImageBitmap-origin.sub.html]
|
||||
expected: TIMEOUT
|
||||
[redirected to cross-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[redirected to cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[unclean HTMLCanvasElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[unclean HTMLCanvasElement: origin unclear getImageData]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin HTMLVideoElement: origin unclear getImageData]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin SVGImageElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[redirected to same-origin HTMLVideoElement: origin unclear getImageData]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin HTMLImageElement: origin unclear 2dContext.drawImage]
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin SVGImageElement: origin unclear 2dContext.drawImage]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin HTMLImageElement: origin unclear getImageData]
|
||||
expected: FAIL
|
||||
|
@ -37,29 +36,28 @@
|
|||
expected: FAIL
|
||||
|
||||
[redirected to same-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[unclean ImageBitmap: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[redirected to same-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[redirected to cross-origin HTMLVideoElement: origin unclear getImageData]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[unclean ImageBitmap: origin unclear getImageData]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[unclean HTMLCanvasElement: origin unclear 2dContext.drawImage]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin HTMLVideoElement: origin unclear 2dContext.drawImage]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[unclean ImageBitmap: origin unclear 2dContext.drawImage]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[cross-origin SVGImageElement: origin unclear getImageData]
|
||||
expected: TIMEOUT
|
||||
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[createImageBitmap-serializable.html]
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[Serialize ImageBitmap created from a vector SVGImageElement]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Serialize ImageBitmap created from an HTMLVideoElement]
|
||||
expected: FAIL
|
||||
|
@ -13,26 +13,25 @@
|
|||
expected: FAIL
|
||||
|
||||
[Serialize ImageBitmap created from an OffscreenCanvas]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Serialize ImageBitmap created from a vector HTMLImageElement]
|
||||
expected: FAIL
|
||||
|
||||
[Serialize ImageBitmap created from a Blob]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Serialize ImageBitmap created from a bitmap HTMLImageElement]
|
||||
expected: FAIL
|
||||
|
||||
[Serializing a non-origin-clean ImageBitmap throws.]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Serialize ImageBitmap created from an ImageData]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Serialize ImageBitmap created from an ImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Serialize ImageBitmap created from a bitmap SVGImageElement]
|
||||
expected: TIMEOUT
|
||||
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
[createImageBitmap-transfer.html]
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[Transfer ImageBitmap created from a vector HTMLImageElement]
|
||||
expected: FAIL
|
||||
|
||||
[Transfer ImageBitmap created from an ImageData]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Transfer ImageBitmap created from a vector SVGImageElement]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Transfer ImageBitmap created from a Blob]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Transfer ImageBitmap created from an HTMLCanvasElement]
|
||||
expected: FAIL
|
||||
|
||||
[Transfer ImageBitmap created from an OffscreenCanvas]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Transfer ImageBitmap created from a bitmap HTMLImageElement]
|
||||
expected: FAIL
|
||||
|
@ -25,14 +25,13 @@
|
|||
expected: FAIL
|
||||
|
||||
[Transfer ImageBitmap created from a bitmap SVGImageElement]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[Transfer ImageBitmap created from an ImageBitmap]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Transfer ImageBitmap created from an HTMLVideoElement]
|
||||
expected: FAIL
|
||||
|
||||
[Transferring a non-origin-clean ImageBitmap throws.]
|
||||
expected: NOTRUN
|
||||
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[canvas.2d.disconnected.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[canvas_transformations_reset_001.html]
|
||||
expected: FAIL
|
|
@ -1,625 +1,624 @@
|
|||
[canvas-display-p3-drawImage-ImageBitmap-Blob.html]
|
||||
expected: ERROR
|
||||
[sRGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,624 @@
|
|||
[canvas-display-p3-drawImage-ImageBitmap-ImageBitmap.html]
|
||||
expected: ERROR
|
||||
[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
|
||||
|
|
|
@ -1,625 +1,624 @@
|
|||
[canvas-display-p3-drawImage-ImageBitmap-cloned.html]
|
||||
expected: ERROR
|
||||
[sRGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,625 +1,624 @@
|
|||
[canvas-display-p3-drawImage-ImageBitmap-image.html]
|
||||
expected: ERROR
|
||||
[sRGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FF0000FF.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FF0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FF0000CC.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FF0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BB0000FF.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BB0000FF.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BB0000CC.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BB0000CC.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FFFF00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-FFFF00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BBBC00000000FFFF.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData srgb, cropSource=true]
|
||||
expected: FAIL
|
||||
|
||||
[sRGB-BBBC00000000CCCC.png, Context srgb, ImageData display-p3, cropSource=false]
|
||||
expected: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
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: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[Adobe-RGB-BBBC00000000CCCC.png, Context display-p3, ImageData display-p3, cropSource=true]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[2d.path.arc.shape.1.html]
|
||||
[arc() from 0 to pi does not draw anything in the wrong half]
|
||||
expected: FAIL
|
|
@ -1,2 +1,3 @@
|
|||
[2d.imageData.get.large.crash.html]
|
||||
expected: TIMEOUT
|
||||
[Test that canvas crash when image data cannot be allocated.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
[2d.imageData.object.ctor.basics.html]
|
||||
expected: CRASH
|
||||
[Testing different type of ImageData constructor]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[2d.reset.state.clip.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.direction.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.fill_style.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.filter.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.font.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.font_kerning.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.font_stretch.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.font_variant_caps.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.global_alpha.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.global_composite_operation.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.image_smoothing_enabled.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.image_smoothing_quality.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.letter_spacing.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.line_cap.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.line_dash.html]
|
||||
[check that the line dash is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.line_dash_offset.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.line_join.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.line_width.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.miter_limit.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.shadow_blur.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.shadow_color.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.shadow_offset_x.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.shadow_offset_y.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.stroke_style.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.text_align.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.text_baseline.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.text_rendering.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.transformation_matrix.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.reset.state.word_spacing.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.draw.align.center.html]
|
||||
[textAlign center is the center of the em squares (not the bounding box)]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.draw.align.end.ltr.html]
|
||||
[textAlign end with ltr is the right edge]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.draw.align.end.rtl.html]
|
||||
[textAlign end with rtl is the left edge]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.draw.align.left.html]
|
||||
[textAlign left is the left of the first em square (not the bounding box)]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.draw.align.right.html]
|
||||
[textAlign right is the right of the last em square (not the bounding box)]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.draw.align.start.ltr.html]
|
||||
[textAlign start with ltr is the left edge]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.text.draw.align.start.rtl.html]
|
||||
[textAlign start with rtl is the right edge]
|
||||
expected: FAIL
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue