mirror of
https://github.com/servo/servo.git
synced 2025-09-19 03:18:20 +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,22 @@
|
|||
[offscreencanvas.convert.to.blob.html]
|
||||
[Test that convertToBlob with webp produces correct result]
|
||||
expected: FAIL
|
||||
|
||||
[Test that convertToBlob with default type produces correct result]
|
||||
expected: FAIL
|
||||
|
||||
[Test that convertToBlob with png produces correct result]
|
||||
expected: FAIL
|
||||
|
||||
[Test that convertToBlob with jpge produces correct result]
|
||||
expected: FAIL
|
||||
|
||||
[Test that call convertToBlob on a OffscreenCanvas with size 0 throws exception]
|
||||
expected: FAIL
|
||||
|
||||
[Test that call convertToBlob on a detached OffscreenCanvas throws exception]
|
||||
expected: FAIL
|
||||
|
||||
[Test that call convertToBlob on a OffscreenCanvas with tainted origin throws exception]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
[offscreencanvas.convert.to.blob.w.html]
|
||||
expected: ERROR
|
||||
[Test that convertToBlob with jpeg/default quality produces correct result in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that convertToBlob with png/0.2 quality produces correct result in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that convertToBlob with webp/1.0 quality produces correct result in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that call convertToBlob on a OffscreenCanvas with size 0 throws exception in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that convertToBlob with png/1.0 quality produces correct result in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that convertToBlob with default type/1.0 quality produces correct result in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that convertToBlob with jpeg/1.0 quality produces correct result in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that convertToBlob with webp/0.2 quality produces correct result in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that convertToBlob with webp/default quality produces correct result in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that call convertToBlob on a detached OffscreenCanvas throws exception in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that convertToBlob with jpeg/0.2 quality produces correct result in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that convertToBlob with default type/0.2 quality produces correct result in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that convertToBlob with png/default quality produces correct result in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that convertToBlob with default arguments produces correct result in a worker]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[offscreencanvas.filter.w.html]
|
||||
[offscreencanvas]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
[offscreencanvas.commit.html]
|
||||
[Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that calling commit on an OffscreenCanvas that is not transferred from a HTMLCanvasElement is a noop.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[offscreencanvas.commit.w.html]
|
||||
[Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[offscreencanvas.constructor.html]
|
||||
[Test that OffscreenCanvas constructor handles invalid arguments correctly]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[offscreencanvas.constructor.worker.html]
|
||||
[Test that OffscreenCanvas constructor handles invalid arguments correctly in a worker]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
[offscreencanvas.getcontext.html]
|
||||
[Test that getContext with supported string returns correct results]
|
||||
expected: FAIL
|
||||
|
||||
[Test that webglcontext.canvas should return the original OffscreenCanvas]
|
||||
expected: FAIL
|
||||
|
||||
[Test that getContext with un-supported string throws a TypeError.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that OffscreenCanvasRenderingContext2D with alpha disabled makes the OffscreenCanvas opaque]
|
||||
expected: FAIL
|
||||
|
||||
[Test that getContext twice with different context type returns null the second time]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
[offscreencanvas.getcontext.worker.html]
|
||||
[Test that getContext with supported string returns correct results]
|
||||
expected: FAIL
|
||||
|
||||
[Test that webglcontext.canvas should return the original OffscreenCanvas]
|
||||
expected: FAIL
|
||||
|
||||
[Test that getContext with un-supported string throws a TypeError.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that OffscreenCanvasRenderingContext2D with alpha disabled makes the OffscreenCanvas opaque]
|
||||
expected: FAIL
|
||||
|
||||
[Test that getContext twice with different context type returns null the second time]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
[offscreencanvas.resize.html]
|
||||
[Verify that writing to the width and height attributes of an OffscreenCanvas works when there is a 2d context attached.]
|
||||
expected: FAIL
|
||||
|
||||
[Verify that resizing an OffscreenCanvas with a webgl context propagates the new size to its placeholder canvas asynchronously.]
|
||||
expected: FAIL
|
||||
|
||||
[Verify that resizing an OffscreenCanvas with a 2d context propagates the new size to its placeholder canvas asynchronously.]
|
||||
expected: FAIL
|
||||
|
||||
[Verify that drawImage uses the size of the frame as the intinsic size of a placeholder canvas.]
|
||||
expected: FAIL
|
||||
|
||||
[Verify that writing to the width and height attributes of an OffscreenCanvas works when there is a webgl context attached.]
|
||||
expected: FAIL
|
||||
|
||||
[Verify that writing to the width or height attribute of a placeholder canvas throws an exception]
|
||||
expected: FAIL
|
||||
|
||||
[Verify that writing to the width or height attribute of a placeholder canvas throws an exception even when not changing the value of the attribute.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[offscreencanvas.transfer.lowlatency.nocrash.html]
|
||||
[Tests that transferring a low latency canvas does not cause a crash. See crbug.com/1255153]
|
||||
expected: FAIL
|
|
@ -0,0 +1,19 @@
|
|||
[offscreencanvas.transfer.to.imagebitmap.html]
|
||||
[Test that transferToImageBitmap returns an ImageBitmap with correct color]
|
||||
expected: FAIL
|
||||
|
||||
[Test that call transferToImageBitmap on a detached OffscreenCanvas throws an exception]
|
||||
expected: FAIL
|
||||
|
||||
[Test that transferToImageBitmap returns an ImageBitmap with correct width and height]
|
||||
expected: FAIL
|
||||
|
||||
[Test that transferToImageBitmap without a context throws an exception]
|
||||
expected: FAIL
|
||||
|
||||
[Test that transferToImageBitmap preserves transform]
|
||||
expected: FAIL
|
||||
|
||||
[Test that transferToImageBitmap won't change context's property]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[offscreencanvas.transfer.to.imagebitmap.nocrash.html]
|
||||
[offscreencanvas]
|
||||
expected: FAIL
|
|
@ -0,0 +1,26 @@
|
|||
[offscreencanvas.transfer.to.imagebitmap.w.html]
|
||||
expected: ERROR
|
||||
[Test that call transferToImageBitmap twice returns an ImageBitmap with correct color in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that transferToImageBitmap returns an ImageBitmap with correct width and height in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that transferToImageBitmap returns an ImageBitmap with correct color in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that call transferToImageBitmap on a detached OffscreenCanvas throws an exception in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that call transferToImageBitmap without a context throws an exception in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that call transferToImageBitmap preserves transform in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that transferToImageBitmap won't change context's property in a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that call transferToImageBitmap twice on a alpha-disabled context returns an ImageBitmap with correct color in a worker]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
[offscreencanvas.transfercontrol.to.offscreen.html]
|
||||
[Test that calling transferControlToOffscreen twice throws an exception]
|
||||
expected: FAIL
|
||||
|
||||
[Test that an OffscreenCanvas generated by transferControlToOffscreen gets correct width and height]
|
||||
expected: FAIL
|
||||
|
||||
[Test that calling getContext on a placeholder canvas that has already transferred its control throws an exception]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
[offscreencanvas.transfercontrol.to.offscreen.w.html]
|
||||
[Test that calling getContext on a placeholder canvas that is transferred its control to an OffscreenCanvas throws an exception, when the OffscreenCanvas is transferred to a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that an OffscreenCanvas generated by transferControlToOffscreen gets correct width and height when it is transferred to a worker]
|
||||
expected: FAIL
|
||||
|
||||
[Test that calling transferControlToOffscreen twice throws an exception, when its associated OffscreenCanvas is transferred to a worker]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
[offscreencanvas.transferrable.html]
|
||||
[Test that offscreenCanvas's size is correct after being transferred to a worker.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that calling getContext('webgl') on a detached OffscreenCanvas throws exception.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that transfer an OffscreenCanvas that has a context throws exception.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that transfer an OffscreenCanvas twice throws exception.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that calling getContext('2d') on a detached OffscreenCanvas throws exception.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
[offscreencanvas.transferrable.w.html]
|
||||
expected: ERROR
|
||||
[Test that calling getContext('webgl') on a detached OffscreenCanvas throws exception in a worker.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that transfer an OffscreenCanvas that has a webgl context throws exception in a worker.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that transfer an OffscreenCanvas twice throws exception in a worker.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that calling getContext('2d') on a detached OffscreenCanvas throws exception in a worker.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that OffscreenCanvas's size is correct after being transferred from a worker.]
|
||||
expected: FAIL
|
||||
|
||||
[Test that transfer an OffscreenCanvas that has a 2d context throws exception in a worker.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[2d.color.space.p3.convertToBlobp3.canvas.html]
|
||||
[test if toblob returns p3 data from p3 color space canvas]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue