mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Rename metadata directories
This renames: - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout` - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta` - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout` - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
parent
cfd24f00bc
commit
f4578afdfe
23708 changed files with 772645 additions and 694 deletions
|
@ -0,0 +1,3 @@
|
|||
[2d.color.space.p3.fillText.html]
|
||||
[Test if fillText can be used with a solid display-p3 color]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.color.space.p3.fillText.shadow.html]
|
||||
[Test if fillText can be used with a display-p3 shadow color]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.color.space.p3.strokeText.html]
|
||||
[Test if strokeText can be used with a solid display-p3 color]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.color.space.p3.to.p3.html]
|
||||
[test getImageData with display-p3 and uint8 from display p3 uint8 canvas]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.color.space.p3.toBlob.p3.canvas.html]
|
||||
[test if toblob returns p3 data from p3 color space canvas]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.color.space.p3.toBlob.with.putImageData.html]
|
||||
[Use putImageData to put some p3 data in canvas and test if toBlob returns the same data]
|
||||
expected: FAIL
|
|
@ -0,0 +1,8 @@
|
|||
[canvas-colorManaged-convertToBlob-roundtrip.html]
|
||||
expected: TIMEOUT
|
||||
[Overall test]
|
||||
expected: FAIL
|
||||
|
||||
[Test canvas convertToBlob(): mimeType: image/png, blobPixelFormat: uint8, source color space: srgb, pixel format: uint8, alpha: 0.5]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[canvas-colorManaged-toBlob-toDataURL.html]
|
||||
expected: TIMEOUT
|
||||
[Overall test]
|
||||
expected: FAIL
|
||||
|
||||
[Test if toBlob() respects legacy behavior in color managed canvas: ImageFormat: image/jpeg, source color space: srgb, pixel format: uint8, alpha: 0.5]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
[canvas-colorspace-arguments.html]
|
||||
[Test supported color settings srgb/float16]
|
||||
expected: FAIL
|
||||
|
||||
[Test CanvasPixelFormat value uint8]
|
||||
expected: FAIL
|
||||
|
||||
[Test CanvasColorSpace value srgb]
|
||||
expected: FAIL
|
||||
|
||||
[Test default context creation parameters: srgb/uint8]
|
||||
expected: FAIL
|
||||
|
||||
[Test CanvasPixelFormat value float16]
|
||||
expected: FAIL
|
||||
|
||||
[Test supported color settings srgb/uint8]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
[canvas-createImageBitmap-e_srgb.html]
|
||||
expected: ERROR
|
||||
[createImageBitmap in e-sRGB from a transparent e-sRGB HTMLCanvasElement with resize.]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap in e-sRGB from color managed Blob with resize. blobPixelFormat: uint8, transparency: false]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap in e-sRGB from an opaque sRGB HTMLCanvasElement with resize.]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap in e-sRGB from an opaque sRGB HTMLImageElement (BMP, GIF, ICO, JPG, PNG, WEBP) with resize.]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap in e-sRGB from a transparent sRGB HTMLCanvasElement with resize.]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap in e-sRGB from a sRGB SVG image with resize.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap in e-sRGB from a transparent sRGB HTMLImageElement (BMP, ICO, PNG, WEBP) with resize.]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap in e-sRGB from a transparent sRGB Blob with resize.]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap in e-sRGB from a sRGB HTMLVideoElement with resize.]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap in e-sRGB from an opaque e-sRGB HTMLCanvasElement with resize.]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap in e-sRGB from an opaque sRGB Blob with resize.]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
[canvas-createPutGetImageData-colorManaged.html]
|
||||
[Test color managed putImageData: {srgb, uint16} -> {srgb, uint8}]
|
||||
expected: FAIL
|
||||
|
||||
[Test color managed cretateImageData: {srgb, float16} -> {srgb, float32}]
|
||||
expected: FAIL
|
||||
|
||||
[Test color managed putImageData: {srgb, float32} -> {srgb, uint8}]
|
||||
expected: FAIL
|
||||
|
||||
[Test color managed getImageData: {srgb, float16} -> {srgb, float32}]
|
||||
expected: FAIL
|
||||
|
||||
[Test color managed putImageData: {srgb, uint16} -> {srgb, float16}]
|
||||
expected: FAIL
|
||||
|
||||
[Test color managed putImageData: {srgb, uint8} -> {srgb, uint8}]
|
||||
expected: FAIL
|
||||
|
||||
[Test color managed putImageData: {srgb, float32} -> {srgb, float16}]
|
||||
expected: FAIL
|
||||
|
||||
[Test color managed cretateImageData: {srgb, uint8} -> {srgb, uint8}]
|
||||
expected: FAIL
|
||||
|
||||
[Test color managed putImageData: {srgb, uint8} -> {srgb, float16}]
|
||||
expected: FAIL
|
||||
|
||||
[Test color managed getImageData: {srgb, uint8} -> {srgb, uint8}]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,121 @@
|
|||
[canvas-draw-high-bit-depth-images.html]
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_Rec2020_opaque.png vs 2x2_16bit_Rec2020_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_ProPhoto_opaque.png vs 2x2_16bit_interlaced_ProPhoto_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_sRGB_opaque.png vs 2x2_16bit_sRGB_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_DisplayP3_opaque.png vs 2x2_16bit_DisplayP3_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_sRGB_transparent.png vs 2x2_16bit_sRGB_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_DisplayP3_transparent.png vs 2x2_16bit_interlaced_DisplayP3_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_ProPhoto_opaque.png vs 2x2_16bit_ProPhoto_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_ProPhoto_transparent.png vs 2x2_16bit_interlaced_ProPhoto_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_AdobeRGB_transparent.png vs 2x2_16bit_interlaced_AdobeRGB_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_DisplayP3_transparent.png vs 2x2_16bit_DisplayP3_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_DisplayP3_opaque.png vs 2x2_16bit_interlaced_DisplayP3_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_ProPhoto_opaque.png vs 2x2_16bit_ProPhoto_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_Rec2020_transparent.png vs 2x2_16bit_Rec2020_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_AdobeRGB_opaque.png vs 2x2_16bit_AdobeRGB_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_AdobeRGB_opaque.png vs 2x2_16bit_interlaced_AdobeRGB_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_ProPhoto_transparent.png vs 2x2_16bit_interlaced_ProPhoto_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_Rec2020_transparent.png vs 2x2_16bit_interlaced_Rec2020_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_ProPhoto_transparent.png vs 2x2_16bit_ProPhoto_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_AdobeRGB_transparent.png vs 2x2_16bit_AdobeRGB_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_AdobeRGB_transparent.png vs 2x2_16bit_interlaced_AdobeRGB_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_sRGB_opaque.png vs 2x2_16bit_interlaced_sRGB_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_DisplayP3_transparent.png vs 2x2_16bit_interlaced_DisplayP3_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_sRGB_opaque.png vs 2x2_16bit_sRGB_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_AdobeRGB_opaque.png vs 2x2_16bit_interlaced_AdobeRGB_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_AdobeRGB_transparent.png vs 2x2_16bit_AdobeRGB_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_Rec2020_opaque.png vs 2x2_16bit_interlaced_Rec2020_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_Rec2020_opaque.png vs 2x2_16bit_interlaced_Rec2020_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_DisplayP3_opaque.png vs 2x2_16bit_interlaced_DisplayP3_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_Rec2020_transparent.png vs 2x2_16bit_interlaced_Rec2020_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_ProPhoto_transparent.png vs 2x2_16bit_ProPhoto_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_DisplayP3_opaque.png vs 2x2_16bit_DisplayP3_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_Rec2020_transparent.png vs 2x2_16bit_Rec2020_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_DisplayP3_transparent.png vs 2x2_16bit_DisplayP3_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_sRGB_transparent.png vs 2x2_16bit_sRGB_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_sRGB_transparent.png vs 2x2_16bit_interlaced_sRGB_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_AdobeRGB_opaque.png vs 2x2_16bit_AdobeRGB_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_Rec2020_opaque.png vs 2x2_16bit_Rec2020_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_ProPhoto_opaque.png vs 2x2_16bit_interlaced_ProPhoto_opaque.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_sRGB_transparent.png vs 2x2_16bit_interlaced_sRGB_transparent.png]
|
||||
expected: FAIL
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_sRGB_opaque.png vs 2x2_16bit_interlaced_sRGB_opaque.png]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[canvas-drawImage-e_srgb.html]
|
||||
[Draw SRGB image on an e-sRGB canvas and read back the e-sRGB pixels.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
[canvas-drawImage-offscreenCanvas.html]
|
||||
[Test drawing color managed OffscreenCanvas: Canvas color params: srgb, uint8; OffscreenCanvas color params: srgb, float16]
|
||||
expected: FAIL
|
||||
|
||||
[Test drawing color managed OffscreenCanvas: Canvas color params: srgb, float16; OffscreenCanvas color params: srgb, float16]
|
||||
expected: FAIL
|
||||
|
||||
[Test drawing color managed OffscreenCanvas: Canvas color params: srgb, float16; OffscreenCanvas color params: srgb, uint8]
|
||||
expected: FAIL
|
||||
|
||||
[Test drawing color managed OffscreenCanvas: Canvas color params: srgb, uint8; OffscreenCanvas color params: srgb, uint8]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
[canvas-getImageData-e_srgb.html]
|
||||
[tests putting and getting in-range e-sRGB image data on e-sRGB canvas.]
|
||||
expected: FAIL
|
||||
|
||||
[tests putting SRGB image data on e-sRGB canvas and getting e-sRGB image data.]
|
||||
expected: FAIL
|
||||
|
||||
[tests putting and getting out-of-range e-sRGB image data on e-sRGB canvas.]
|
||||
expected: FAIL
|
||||
|
||||
[tests drawing SRGB color on e-sRGB canvas and getting e-sRGB image data.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
[imageData-colorManagedBehavior.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,19 @@
|
|||
[imageData-colorSpace.html]
|
||||
[Test default color space: {undefined, float32} -> {srgb, float32}]
|
||||
expected: FAIL
|
||||
|
||||
[Test color settings: {srgb, uint8}]
|
||||
expected: FAIL
|
||||
|
||||
[Test color settings: {srgb, float32}]
|
||||
expected: FAIL
|
||||
|
||||
[Test color settings: {srgb, uint16}]
|
||||
expected: FAIL
|
||||
|
||||
[Test default color settings: {undefined, undefined} -> {srgb, uint8}]
|
||||
expected: FAIL
|
||||
|
||||
[Test default storage format: {srgb, undefined} -> {srgb, uint8}]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
[transferFromImageBitmap.html]
|
||||
[Testing ImageBitmapRenderingContext: Source color space: srgb, pixel format: float16, alpha: 0.5, intermediate color space: default]
|
||||
expected: FAIL
|
||||
|
||||
[Testing ImageBitmapRenderingContext: Source color space: srgb, pixel format: uint8, alpha: 0.5, intermediate color space: none]
|
||||
expected: FAIL
|
||||
|
||||
[Testing ImageBitmapRenderingContext: Source color space: srgb, pixel format: uint8, alpha: 0.5, intermediate color space: default]
|
||||
expected: FAIL
|
||||
|
||||
[Testing ImageBitmapRenderingContext: Source color space: srgb, pixel format: float16, alpha: 0.5, intermediate color space: none]
|
||||
expected: FAIL
|
||||
|
||||
[Testing ImageBitmapRenderingContext: Source color space: srgb, pixel format: uint8, alpha: 1, intermediate color space: none]
|
||||
expected: FAIL
|
||||
|
||||
[Testing ImageBitmapRenderingContext: Source color space: srgb, pixel format: float16, alpha: 1, intermediate color space: default]
|
||||
expected: FAIL
|
||||
|
||||
[Testing ImageBitmapRenderingContext: Source color space: srgb, pixel format: float16, alpha: 1, intermediate color space: none]
|
||||
expected: FAIL
|
||||
|
||||
[Testing ImageBitmapRenderingContext: Source color space: srgb, pixel format: uint8, alpha: 1, intermediate color space: default]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue