mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update web-platform-tests to revision d8b8e0b8efe993a37404d6c6fc75e16fdc16b7d8
This commit is contained in:
parent
abc0f50d20
commit
e07315e6af
221 changed files with 7334 additions and 774 deletions
|
@ -0,0 +1,4 @@
|
|||
[createImageBitmap-blob-invalidtype.html]
|
||||
[createImageBitmap: blob with wrong mime type]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[createImageBitmap-invalid-args.html]
|
||||
bug: https://github.com/servo/servo/issues/12973#issuecomment-241551718
|
||||
bug: https://github.com/servo/servo/issues/12973
|
||||
expected: TIMEOUT
|
||||
[createImageBitmap with a HTMLImageElement source and sw set to 0 rejects with a RangeError.]
|
||||
expected: FAIL
|
||||
|
@ -247,3 +247,102 @@
|
|||
[createImageBitmap with a an HTMLVideoElement from a data URL source and oversized (unallocatable) crop region]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with a vector HTMLImageElement source and sw set to 0]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with an HTMLCanvasElement source and sw set to 0]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with a vector HTMLImageElement source and oversized (unallocatable) crop region]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with a Blob source and sw set to 0]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with an HTMLVideoElement source and sh set to 0]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with a vector HTMLImageElement source and sh set to 0]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with a Blob source and sh set to 0]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with an HTMLVideoElement from a data URL source and sw set to 0]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with an ImageData source and sh set to 0]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with an HTMLVideoElement from a data URL source and oversized (unallocatable) crop region]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with an HTMLVideoElement source and sw set to 0]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with a vector SVGImageElement source and oversized (unallocatable) crop region]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with an HTMLCanvasElement source and oversized (unallocatable) crop region]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with an ImageBitmap source and oversized (unallocatable) crop region]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with an HTMLVideoElement source and oversized (unallocatable) crop region]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with a bitmap HTMLImageElement source and sh set to 0]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with an ImageData source and sw set to 0]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with an OffscreenCanvas source and sh set to 0]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with an OffscreenCanvas source and sw set to 0]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with an HTMLVideoElement from a data URL source and sh set to 0]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with an ImageData source and oversized (unallocatable) crop region]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with a bitmap SVGImageElement source and oversized (unallocatable) crop region]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with a vector SVGImageElement source and sh set to 0]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with an HTMLCanvasElement source and sh set to 0]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with a bitmap HTMLImageElement source and oversized (unallocatable) crop region]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with a bitmap SVGImageElement source and sw set to 0]
|
||||
expected: TIMEOUT
|
||||
|
||||
[createImageBitmap with an ImageBitmap source and sh set to 0]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with a vector SVGImageElement source and sw set to 0]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with a Blob source and oversized (unallocatable) crop region]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with a bitmap SVGImageElement source and sh set to 0]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with an ImageBitmap source and sw set to 0]
|
||||
expected: NOTRUN
|
||||
|
||||
[createImageBitmap with a bitmap HTMLImageElement source and sw set to 0]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap with an OffscreenCanvas source and oversized (unallocatable) crop region]
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[canvas-colorManaged-convertToBlob-roundtrip.html]
|
||||
expected: ERROR
|
||||
[Test canvas convertToBlob(): mimeType: image/png, blobPixelFormat: uint8, source color space: srgb, pixel format: uint8, alpha: 0.5]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[canvas-colorManaged-toBlob-toDataURL.html]
|
||||
expected: ERROR
|
||||
[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,122 @@
|
|||
[canvas-draw-high-bit-depth-images.html]
|
||||
expected: ERROR
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_Rec2020_opaque.png vs 2x2_16bit_Rec2020_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_ProPhoto_opaque.png vs 2x2_16bit_interlaced_ProPhoto_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_sRGB_opaque.png vs 2x2_16bit_sRGB_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_DisplayP3_opaque.png vs 2x2_16bit_DisplayP3_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_sRGB_transparent.png vs 2x2_16bit_sRGB_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_DisplayP3_transparent.png vs 2x2_16bit_interlaced_DisplayP3_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_ProPhoto_opaque.png vs 2x2_16bit_ProPhoto_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_ProPhoto_transparent.png vs 2x2_16bit_interlaced_ProPhoto_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_AdobeRGB_transparent.png vs 2x2_16bit_interlaced_AdobeRGB_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_DisplayP3_transparent.png vs 2x2_16bit_DisplayP3_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_DisplayP3_opaque.png vs 2x2_16bit_interlaced_DisplayP3_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_ProPhoto_opaque.png vs 2x2_16bit_ProPhoto_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_Rec2020_transparent.png vs 2x2_16bit_Rec2020_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_AdobeRGB_opaque.png vs 2x2_16bit_AdobeRGB_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_AdobeRGB_opaque.png vs 2x2_16bit_interlaced_AdobeRGB_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_ProPhoto_transparent.png vs 2x2_16bit_interlaced_ProPhoto_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_Rec2020_transparent.png vs 2x2_16bit_interlaced_Rec2020_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_ProPhoto_transparent.png vs 2x2_16bit_ProPhoto_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_AdobeRGB_transparent.png vs 2x2_16bit_AdobeRGB_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_AdobeRGB_transparent.png vs 2x2_16bit_interlaced_AdobeRGB_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_sRGB_opaque.png vs 2x2_16bit_interlaced_sRGB_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_DisplayP3_transparent.png vs 2x2_16bit_interlaced_DisplayP3_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_sRGB_opaque.png vs 2x2_16bit_sRGB_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_AdobeRGB_opaque.png vs 2x2_16bit_interlaced_AdobeRGB_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_AdobeRGB_transparent.png vs 2x2_16bit_AdobeRGB_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_Rec2020_opaque.png vs 2x2_16bit_interlaced_Rec2020_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_Rec2020_opaque.png vs 2x2_16bit_interlaced_Rec2020_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_DisplayP3_opaque.png vs 2x2_16bit_interlaced_DisplayP3_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_Rec2020_transparent.png vs 2x2_16bit_interlaced_Rec2020_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_ProPhoto_transparent.png vs 2x2_16bit_ProPhoto_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_DisplayP3_opaque.png vs 2x2_16bit_DisplayP3_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_Rec2020_transparent.png vs 2x2_16bit_Rec2020_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_DisplayP3_transparent.png vs 2x2_16bit_DisplayP3_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_sRGB_transparent.png vs 2x2_16bit_sRGB_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_sRGB_transparent.png vs 2x2_16bit_interlaced_sRGB_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_AdobeRGB_opaque.png vs 2x2_16bit_AdobeRGB_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_Rec2020_opaque.png vs 2x2_16bit_Rec2020_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_ProPhoto_opaque.png vs 2x2_16bit_interlaced_ProPhoto_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, uint8. Testing 2x2_8bit_sRGB_transparent.png vs 2x2_16bit_interlaced_sRGB_transparent.png]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Canvas color params: srgb, float16. Testing 2x2_8bit_sRGB_opaque.png vs 2x2_16bit_interlaced_sRGB_opaque.png]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -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,4 @@
|
|||
[imageData-colorManagedBehavior.html]
|
||||
[imageData-colorManagedBehavior]
|
||||
expected: FAIL
|
||||
|
|
@ -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,7 @@
|
|||
[imagedata-no-color-settings-crash.html]
|
||||
[Putting a uint-16 ImageData with no color settings on a context 2D should not crash.]
|
||||
expected: FAIL
|
||||
|
||||
[Putting a float-32 ImageData with no color settings on a context 2D should not crash.]
|
||||
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
|
||||
|
File diff suppressed because it is too large
Load diff
|
@ -74,9 +74,6 @@
|
|||
[Matching font-weight: '501' should prefer '390 410' over '300 350']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-weight: '399' should prefer '350 399' over '340 360']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-weight: '399' should prefer '340 360' over '200 300']
|
||||
expected: FAIL
|
||||
|
||||
|
@ -128,9 +125,6 @@
|
|||
[Matching font-style: 'oblique 20deg' should prefer 'oblique 20deg' over 'oblique 30deg 60deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique 21deg' should prefer 'oblique 40deg 50deg' over 'oblique 20deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique 21deg' should prefer 'oblique 20deg' over 'oblique 10deg']
|
||||
expected: FAIL
|
||||
|
||||
|
@ -194,9 +188,6 @@
|
|||
[Matching font-style: 'oblique -10deg' should prefer 'oblique -10deg' over 'oblique -5deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique -10deg' should prefer 'oblique -5deg' over 'oblique -1deg 0deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique -10deg' should prefer 'oblique -1deg 0deg' over 'oblique -20deg -15deg']
|
||||
expected: FAIL
|
||||
|
||||
|
|
91
tests/wpt/metadata/css/css-text/inheritance.html.ini
Normal file
91
tests/wpt/metadata/css/css-text/inheritance.html.ini
Normal file
|
@ -0,0 +1,91 @@
|
|||
[inheritance.html]
|
||||
[Property white-space has initial value normal]
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-wrap has initial value normal]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-align-all has initial value start]
|
||||
expected: FAIL
|
||||
|
||||
[Property word-break has initial value normal]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-indent inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property overflow-wrap inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property word-wrap has initial value normal]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-justify has initial value auto]
|
||||
expected: FAIL
|
||||
|
||||
[Property hanging-punctuation inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-transform inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property tab-size inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property letter-spacing inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-justify inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property word-spacing has initial value 0px]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-indent has initial value 0px]
|
||||
expected: FAIL
|
||||
|
||||
[Property line-break inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property word-break inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property hyphens inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-align-last inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property letter-spacing has initial value normal]
|
||||
expected: FAIL
|
||||
|
||||
[Property word-wrap inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property white-space inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property hyphens has initial value manual]
|
||||
expected: FAIL
|
||||
|
||||
[Property hanging-punctuation has initial value none]
|
||||
expected: FAIL
|
||||
|
||||
[Property tab-size has initial value 8]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-align-all inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-align-last has initial value auto]
|
||||
expected: FAIL
|
||||
|
||||
[Property line-break has initial value auto]
|
||||
expected: FAIL
|
||||
|
||||
[Property text-transform has initial value none]
|
||||
expected: FAIL
|
||||
|
||||
[Property word-spacing inherits]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[matrix-interpolation.html]
|
||||
[Animation between "rotateY(360deg)" and "rotateX(720deg)" at progress 0.5]
|
||||
expected: FAIL
|
||||
|
|
@ -50,9 +50,6 @@
|
|||
[outline-width end]
|
||||
expected: FAIL
|
||||
|
||||
[right end]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing intermediate]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -77,15 +74,6 @@
|
|||
[text-indent intermediate]
|
||||
expected: FAIL
|
||||
|
||||
[padding-right end]
|
||||
expected: FAIL
|
||||
|
||||
[height end]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width end]
|
||||
expected: FAIL
|
||||
|
||||
[opacity end]
|
||||
expected: FAIL
|
||||
|
||||
|
|
4
tests/wpt/metadata/css/css-ui/inheritance.html.ini
Normal file
4
tests/wpt/metadata/css/css-ui/inheritance.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[inheritance.html]
|
||||
[Inheritance of CSS Basic User Interface properties]
|
||||
expected: FAIL
|
||||
|
|
@ -624,3 +624,15 @@
|
|||
[Element interface: document.createElement("div") must inherit property "scrollIntoView([object Object\],[object Object\])" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "screenLeft" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "screenTop" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute screenLeft]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute screenTop]
|
||||
expected: FAIL
|
||||
|
||||
|
|
4
tests/wpt/metadata/dom/nodes/Node-insertBefore.html.ini
Normal file
4
tests/wpt/metadata/dom/nodes/Node-insertBefore.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[Node-insertBefore.html]
|
||||
[Should check the 'parent' type before checking whether 'child' is a child of 'parent']
|
||||
expected: FAIL
|
||||
|
7
tests/wpt/metadata/dom/nodes/Node-replaceChild.html.ini
Normal file
7
tests/wpt/metadata/dom/nodes/Node-replaceChild.html.ini
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Node-replaceChild.html]
|
||||
[If the context node is not a node that can contain children, a HierarchyRequestError exception should be thrown]
|
||||
expected: FAIL
|
||||
|
||||
[Should check the 'parent' type before checking whether 'child' is a child of 'parent']
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,52 @@
|
|||
[DOMParser-parseFromString-xml-parsererror.html]
|
||||
[DOMParser: <parsererror> element added on error, <span ="noattr">10</span>]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, 15<span]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, <span x:test="testing">1</span>]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, <span>5]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, <span data-test=testing>14</span>]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, <span novalue>9</span>]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, <span><em>4</span></em>]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, <span xmlns:p1 xmlns:p2="urn:x-test:test"/>17]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, <span ::="test">11</span>]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, <span>7< /span>]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, <8:test xmlns:8="urn:x-test:test">16</8:test>]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, <span xmlns:="urn:x-test:test">12</span>]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, < span>2</span>]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, <span :test="testing">3</span>]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, <span xmlns:xmlns="">13</span>]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, <span>8</ span>]
|
||||
expected: FAIL
|
||||
|
||||
[DOMParser: <parsererror> element added on error, 6</span>]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,82 @@
|
|||
[script-resource-with-json-parser-breaker.tentative.sub.html]
|
||||
[CORB-blocks 'application/pdf' that starts with the following JSON parser breaker: {} &&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'application/zip' that starts with the following JSON parser breaker: {} &&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'application/zip' that starts with the following JSON parser breaker: {}&&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'text/json' that starts with the following JSON parser breaker: {} &&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'text/xml' that starts with the following JSON parser breaker: {} &&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'text/html' that starts with the following JSON parser breaker: )\]}']
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'text/json' that starts with the following JSON parser breaker: {}&&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'application/javascript' that starts with the following JSON parser breaker: )\]}']
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'text/html' that starts with the following JSON parser breaker: {} &&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'image/png' that starts with the following JSON parser breaker: {}&&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'text/xml' that starts with the following JSON parser breaker: {}&&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'image/png' that starts with the following JSON parser breaker: {} &&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'text/html' that starts with the following JSON parser breaker: {}&&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'application/pdf' that starts with the following JSON parser breaker: )\]}']
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'image/png' that starts with the following JSON parser breaker: )\]}']
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'text/xml' that starts with the following JSON parser breaker: )\]}']
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'application/zip' that starts with the following JSON parser breaker: )\]}']
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'text/plain' that starts with the following JSON parser breaker: )\]}']
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'text/json' that starts with the following JSON parser breaker: )\]}']
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'application/javascript' that starts with the following JSON parser breaker: {}&&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'image/svg+xml' that starts with the following JSON parser breaker: {} &&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'image/svg+xml' that starts with the following JSON parser breaker: {}&&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'text/plain' that starts with the following JSON parser breaker: {}&&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'text/plain' that starts with the following JSON parser breaker: {} &&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'application/pdf' that starts with the following JSON parser breaker: {}&&]
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'image/svg+xml' that starts with the following JSON parser breaker: )\]}']
|
||||
expected: FAIL
|
||||
|
||||
[CORB-blocks 'application/javascript' that starts with the following JSON parser breaker: {} &&]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[traverse_the_history_1.html]
|
||||
[Multiple history traversals from the same task]
|
||||
expected: FAIL
|
||||
|
|
@ -11489,3 +11489,6 @@
|
|||
[SVGElement interface: attribute ondrag]
|
||||
expected: FAIL
|
||||
|
||||
[ImageData interface: new ImageData(10, 10) must inherit property "data" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[event_timeupdate_noautoplay.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[calling play() on a sufficiently long audio should trigger timeupdate event]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[calling play() on a sufficiently long video should trigger timeupdate event]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[readyState_during_loadeddata.html]
|
||||
type: testharness
|
||||
[video.readyState should be >= HAVE_CURRENT_DATA during loadeddata event]
|
||||
expected: FAIL
|
|
@ -2,7 +2,7 @@
|
|||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[picture: source (max-width:500px) broken image, img valid image, resize to wide]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[picture: source (max-width:500px) valid image, img valid image, resize to wide]
|
||||
expected: FAIL
|
||||
|
@ -11,23 +11,5 @@
|
|||
expected: TIMEOUT
|
||||
|
||||
[picture: source (max-width:500px) valid image, img valid image, resize to narrow]
|
||||
expected: FAIL
|
||||
|
||||
[picture: source (max-width:500px) broken image, img valid image, resize to narrow]
|
||||
expected: FAIL
|
||||
|
||||
[img (srcset 1 cand) valid image, resize to wide]
|
||||
expected: FAIL
|
||||
|
||||
[picture: same URL in source (max-width:500px) and img, resize to wide]
|
||||
expected: FAIL
|
||||
|
||||
[img (srcset 1 cand) valid image, resize to narrow]
|
||||
expected: FAIL
|
||||
|
||||
[picture: source (max-width:500px) valid image, img broken image, resize to wide]
|
||||
expected: FAIL
|
||||
|
||||
[picture: same URL in source (max-width:500px) and img, resize to narrow]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
[non-active-document.html]
|
||||
[DOMParser]
|
||||
expected: FAIL
|
||||
|
||||
[createHTMLDocument]
|
||||
expected: FAIL
|
||||
|
||||
[<template>]
|
||||
expected: FAIL
|
||||
|
|
@ -1,283 +0,0 @@
|
|||
[limited-quirks.html]
|
||||
[top: -\\31 .5]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: -1A]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: -1a]
|
||||
expected: FAIL
|
||||
|
||||
[top: @1]
|
||||
expected: FAIL
|
||||
|
||||
[top: "1a"]
|
||||
expected: FAIL
|
||||
|
||||
[top: @a]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: "1"]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: -/**/1]
|
||||
expected: FAIL
|
||||
|
||||
[top: +/**/1]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: @1a]
|
||||
expected: FAIL
|
||||
|
||||
[top: 1\\31 ]
|
||||
expected: FAIL
|
||||
|
||||
[top: url('1')]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: -\\31 ]
|
||||
expected: FAIL
|
||||
|
||||
[top: calc(1)]
|
||||
expected: FAIL
|
||||
|
||||
[top: \\31 ]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: +1\\31 ]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: 1\\31 .5]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: #0001]
|
||||
expected: FAIL
|
||||
|
||||
[top: calc(2 * 2px)]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: 1a]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: A]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: #01]
|
||||
expected: FAIL
|
||||
|
||||
[top: +\\31 .5]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: #1]
|
||||
expected: FAIL
|
||||
|
||||
[top: -/**/1]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: +\\31 .5]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: \\31 ]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: calc(1)]
|
||||
expected: FAIL
|
||||
|
||||
[top: #001]
|
||||
expected: FAIL
|
||||
|
||||
[top: +\\31 ]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: +\\31 ]
|
||||
expected: FAIL
|
||||
|
||||
[top: +1.5]
|
||||
expected: FAIL
|
||||
|
||||
[top: +1\\31 ]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: @a]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: @1]
|
||||
expected: FAIL
|
||||
|
||||
[top: #1]
|
||||
expected: FAIL
|
||||
|
||||
[top: 1a]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: +1a]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: +1A]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: "a"]
|
||||
expected: FAIL
|
||||
|
||||
[top: #00001]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: -1\\31 .5]
|
||||
expected: FAIL
|
||||
|
||||
[top: "1"]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: -\\31 .5]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: url('1')]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: -1.5]
|
||||
expected: FAIL
|
||||
|
||||
[top: \\31 .5]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: "1a"]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: calc(2 * 2px)]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: +1\\31 .5]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: 1\\31 ]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: +/**/1]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: #00001]
|
||||
expected: FAIL
|
||||
|
||||
[top: url(1)]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: #001]
|
||||
expected: FAIL
|
||||
|
||||
[top: +1\\31 .5]
|
||||
expected: FAIL
|
||||
|
||||
[top: -1a]
|
||||
expected: FAIL
|
||||
|
||||
[top: -1A]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: url(1)]
|
||||
expected: FAIL
|
||||
|
||||
[top: a]
|
||||
expected: FAIL
|
||||
|
||||
[top: A]
|
||||
expected: FAIL
|
||||
|
||||
[top: #000001]
|
||||
expected: FAIL
|
||||
|
||||
[top: 1]
|
||||
expected: FAIL
|
||||
|
||||
[top: 1\\31 .5]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: a]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: 1]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: +1]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: #000001]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: +a]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: +A]
|
||||
expected: FAIL
|
||||
|
||||
[top: 1.5]
|
||||
expected: FAIL
|
||||
|
||||
[top: +A]
|
||||
expected: FAIL
|
||||
|
||||
[top: +a]
|
||||
expected: FAIL
|
||||
|
||||
[top: +1]
|
||||
expected: FAIL
|
||||
|
||||
[top: -1.5]
|
||||
expected: FAIL
|
||||
|
||||
[top: -1\\31 .5]
|
||||
expected: FAIL
|
||||
|
||||
[top: +1a]
|
||||
expected: FAIL
|
||||
|
||||
[top: +1A]
|
||||
expected: FAIL
|
||||
|
||||
[top: @1a]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: \\31 .5]
|
||||
expected: FAIL
|
||||
|
||||
[top: "a"]
|
||||
expected: FAIL
|
||||
|
||||
[top: #01]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: +1.5]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: -A]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: -a]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: -1\\31 ]
|
||||
expected: FAIL
|
||||
|
||||
[top: #0001]
|
||||
expected: FAIL
|
||||
|
||||
[bottom: -1]
|
||||
expected: FAIL
|
||||
|
||||
[top: -\\31 ]
|
||||
expected: FAIL
|
||||
|
||||
[top: -A]
|
||||
expected: FAIL
|
||||
|
||||
[top: -a]
|
||||
expected: FAIL
|
||||
|
||||
[top: -1]
|
||||
expected: FAIL
|
||||
|
||||
[top: -1\\31 ]
|
||||
expected: FAIL
|
||||
|
|
@ -2,29 +2,29 @@
|
|||
[request.formData() with input: a&b&c]
|
||||
expected: FAIL
|
||||
|
||||
[request.formData() with input: _charset_=windows-1252&test=%C2x]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[urlencoded-parser.any.worker.html]
|
||||
[request.formData() with input: a=b&c=d]
|
||||
expected: FAIL
|
||||
|
||||
[request.formData() with input: a&b&c]
|
||||
expected: FAIL
|
||||
|
||||
[response.formData() with input: a&b&c]
|
||||
expected: FAIL
|
||||
|
||||
[response.formData() with input: a=b&c=d&]
|
||||
expected: FAIL
|
||||
|
||||
[request.formData() with input: a=b&c=d]
|
||||
expected: FAIL
|
||||
|
||||
[response.formData() with input: _charset_=windows-1252&test=%C2x]
|
||||
expected: FAIL
|
||||
|
||||
[response.formData() with input: &&&a=b&&&&c=d&]
|
||||
|
||||
[urlencoded-parser.any.worker.html]
|
||||
[request.formData() with input: a&b&c]
|
||||
expected: FAIL
|
||||
|
||||
[response.formData() with input: a=b&c=d]
|
||||
[response.formData() with input: a&b&c]
|
||||
expected: FAIL
|
||||
|
||||
[response.formData() with input: a=b&c=d&]
|
||||
expected: FAIL
|
||||
|
||||
[request.formData() with input: _charset_=windows-1252&test=%C2x]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -23,6 +23,9 @@
|
|||
[Stray argument]
|
||||
expected: FAIL
|
||||
|
||||
[Empty buffer]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[compile.any.html]
|
||||
[Invalid arguments]
|
||||
|
@ -49,3 +52,6 @@
|
|||
[Stray argument]
|
||||
expected: FAIL
|
||||
|
||||
[Empty buffer]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -74,6 +74,9 @@
|
|||
[stray argument: Module argument]
|
||||
expected: FAIL
|
||||
|
||||
[Empty buffer]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[instantiate.any.worker.html]
|
||||
[Invalid arguments]
|
||||
|
@ -151,3 +154,6 @@
|
|||
[stray argument: Module argument]
|
||||
expected: FAIL
|
||||
|
||||
[Empty buffer]
|
||||
expected: FAIL
|
||||
|
||||
|
|
27
tests/wpt/metadata/wasm/webapi/abort.any.js.ini
Normal file
27
tests/wpt/metadata/wasm/webapi/abort.any.js.ini
Normal file
|
@ -0,0 +1,27 @@
|
|||
[abort.any.worker.html]
|
||||
[instantiateStreaming() on an already-aborted request should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming() on an already-aborted request should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming() synchronously followed by abort should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming() synchronously followed by abort should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[abort.any.html]
|
||||
[instantiateStreaming() on an already-aborted request should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming() on an already-aborted request should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming() synchronously followed by abort should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming() synchronously followed by abort should reject with AbortError]
|
||||
expected: FAIL
|
||||
|
37
tests/wpt/metadata/wasm/webapi/body.any.js.ini
Normal file
37
tests/wpt/metadata/wasm/webapi/body.any.js.ini
Normal file
|
@ -0,0 +1,37 @@
|
|||
[body.any.worker.html]
|
||||
[compileStreaming before consumption]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming after consumption]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming after consumption]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming before consumption]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[body.any.html]
|
||||
[compileStreaming before consumption]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming after consumption]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming after consumption]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming before consumption]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[body.any.serviceworker.html]
|
||||
[body]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[body.any.sharedworker.html]
|
||||
[body]
|
||||
expected: FAIL
|
||||
|
|
@ -41,6 +41,24 @@
|
|||
[Response with Content-Type "": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "APPLICATION/wasm": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "APPLICATION/wasm": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "APPLICATION/WASM": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "APPLICATION/WASM": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[contenttype.any.sharedworker.html]
|
||||
[contenttype]
|
||||
|
@ -90,7 +108,26 @@
|
|||
[Response with Content-Type "": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "APPLICATION/wasm": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "APPLICATION/wasm": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "APPLICATION/WASM": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "APPLICATION/WASM": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[contenttype.any.serviceworker.html]
|
||||
[contenttype]
|
||||
expected: FAIL
|
||||
|
||||
|
|
61
tests/wpt/metadata/wasm/webapi/empty-body.any.js.ini
Normal file
61
tests/wpt/metadata/wasm/webapi/empty-body.any.js.ini
Normal file
|
@ -0,0 +1,61 @@
|
|||
[empty-body.any.worker.html]
|
||||
[compileStreaming: empty body]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: no body]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: no body]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: no body in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: empty body]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: empty body in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: empty body in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: no body in a promise]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[empty-body.any.sharedworker.html]
|
||||
[empty-body]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[empty-body.any.html]
|
||||
[compileStreaming: empty body]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: no body]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: no body]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: no body in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: empty body]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: empty body in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: empty body in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: no body in a promise]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[empty-body.any.serviceworker.html]
|
||||
[empty-body]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,189 @@
|
|||
[instantiateStreaming-bad-imports.any.serviceworker.html]
|
||||
[instantiateStreaming-bad-imports]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[instantiateStreaming-bad-imports.any.html]
|
||||
expected: ERROR
|
||||
[Imports argument with missing property: wrong property]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: null]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: 1]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: 1]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
|
||||
[Importing an i64 global]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: ""]
|
||||
expected: FAIL
|
||||
|
||||
[Imports argument with missing property: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: ""]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[Missing imports argument]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: true]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: true]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: null]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: object "[object Object\]"]
|
||||
expected: FAIL
|
||||
|
||||
[Imports argument with missing property: empty object]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[instantiateStreaming-bad-imports.any.worker.html]
|
||||
expected: ERROR
|
||||
[Imports argument with missing property: wrong property]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: null]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: 1]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: 1]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
|
||||
[Importing an i64 global]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: ""]
|
||||
expected: FAIL
|
||||
|
||||
[Imports argument with missing property: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: ""]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[Missing imports argument]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: true]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: true]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object module: null]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: object "[object Object\]"]
|
||||
expected: FAIL
|
||||
|
||||
[Imports argument with missing property: empty object]
|
||||
expected: FAIL
|
||||
|
||||
[Importing a function with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[instantiateStreaming-bad-imports.any.sharedworker.html]
|
||||
[instantiateStreaming-bad-imports]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,61 @@
|
|||
[instantiateStreaming.any.html]
|
||||
[Empty module with undefined imports argument]
|
||||
expected: FAIL
|
||||
|
||||
[stray argument]
|
||||
expected: FAIL
|
||||
|
||||
[imports]
|
||||
expected: FAIL
|
||||
|
||||
[Empty module without imports argument]
|
||||
expected: FAIL
|
||||
|
||||
[exports and imports]
|
||||
expected: FAIL
|
||||
|
||||
[getter order for imports object]
|
||||
expected: FAIL
|
||||
|
||||
[Empty module with empty imports argument]
|
||||
expected: FAIL
|
||||
|
||||
[No imports]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[instantiateStreaming.any.serviceworker.html]
|
||||
[instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[instantiateStreaming.any.sharedworker.html]
|
||||
[instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[instantiateStreaming.any.worker.html]
|
||||
[Empty module with undefined imports argument]
|
||||
expected: FAIL
|
||||
|
||||
[stray argument]
|
||||
expected: FAIL
|
||||
|
||||
[imports]
|
||||
expected: FAIL
|
||||
|
||||
[Empty module without imports argument]
|
||||
expected: FAIL
|
||||
|
||||
[exports and imports]
|
||||
expected: FAIL
|
||||
|
||||
[getter order for imports object]
|
||||
expected: FAIL
|
||||
|
||||
[Empty module with empty imports argument]
|
||||
expected: FAIL
|
||||
|
||||
[No imports]
|
||||
expected: FAIL
|
||||
|
277
tests/wpt/metadata/wasm/webapi/invalid-args.any.js.ini
Normal file
277
tests/wpt/metadata/wasm/webapi/invalid-args.any.js.ini
Normal file
|
@ -0,0 +1,277 @@
|
|||
[invalid-args.any.serviceworker.html]
|
||||
[invalid-args]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[invalid-args.any.sharedworker.html]
|
||||
[invalid-args]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[invalid-args.any.worker.html]
|
||||
[instantiateStreaming: "test" in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: true in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: "test" in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: true]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: Response interface object in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: 0 in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: Empty object]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: Response interface prototype object in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: Response interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: symbol "Symbol()" in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: 0.1 in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: Empty object]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: null]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: Empty object in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: null]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: undefined in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: Empty object in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: 0]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: Response interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: undefined in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: "test"]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: 0]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: "test"]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: null in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: true]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: symbol "Symbol()" in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: true in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: Response interface object in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: Response interface prototype object in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: Response interface object]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: null in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: 0 in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: Response interface object]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: NaN in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: 0.1 in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: NaN in a promise]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[invalid-args.any.html]
|
||||
[instantiateStreaming: "test" in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: true in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: "test" in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: true]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: Response interface object in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: 0 in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: Empty object]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: Response interface prototype object in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: Response interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: symbol "Symbol()" in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: 0.1 in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: Empty object]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: null]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: Empty object in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: null]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: undefined in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: Empty object in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: 0]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: Response interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: undefined in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: "test"]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: 0]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: "test"]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: null in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: true]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: symbol "Symbol()" in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: true in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: Response interface object in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: Response interface prototype object in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: Response interface object]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: null in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: 0 in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: Response interface object]
|
||||
expected: FAIL
|
||||
|
||||
[compileStreaming: NaN in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: 0.1 in a promise]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming: NaN in a promise]
|
||||
expected: FAIL
|
||||
|
25
tests/wpt/metadata/wasm/webapi/invalid-code.any.js.ini
Normal file
25
tests/wpt/metadata/wasm/webapi/invalid-code.any.js.ini
Normal file
|
@ -0,0 +1,25 @@
|
|||
[invalid-code.any.sharedworker.html]
|
||||
[invalid-code]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[invalid-code.any.worker.html]
|
||||
[Invalid code: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid code: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[invalid-code.any.serviceworker.html]
|
||||
[invalid-code]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[invalid-code.any.html]
|
||||
[Invalid code: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid code: compileStreaming]
|
||||
expected: FAIL
|
||||
|
37
tests/wpt/metadata/wasm/webapi/origin.sub.any.js.ini
Normal file
37
tests/wpt/metadata/wasm/webapi/origin.sub.any.js.ini
Normal file
|
@ -0,0 +1,37 @@
|
|||
[origin.sub.any.sharedworker.html]
|
||||
[origin]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[origin.sub.any.worker.html]
|
||||
[Opaque response: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Opaque redirect response: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Opaque redirect response: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Opaque response: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[origin.sub.any.html]
|
||||
[Opaque response: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Opaque redirect response: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Opaque redirect response: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Opaque response: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[origin.sub.any.serviceworker.html]
|
||||
[origin]
|
||||
expected: FAIL
|
||||
|
26
tests/wpt/metadata/wasm/webapi/rejected-arg.any.js.ini
Normal file
26
tests/wpt/metadata/wasm/webapi/rejected-arg.any.js.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[rejected-arg.any.sharedworker.html]
|
||||
[rejected-arg]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[rejected-arg.any.worker.html]
|
||||
[compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[rejected-arg.any.serviceworker.html]
|
||||
[rejected-arg]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[rejected-arg.any.html]
|
||||
expected: ERROR
|
||||
[compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
109
tests/wpt/metadata/wasm/webapi/status.any.js.ini
Normal file
109
tests/wpt/metadata/wasm/webapi/status.any.js.ini
Normal file
|
@ -0,0 +1,109 @@
|
|||
[status.any.html]
|
||||
[Response with status 300: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 500: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 700: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 0: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 700: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 600: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 0: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 404: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 500: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 600: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 300: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 400: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 400: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 999: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 999: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 404: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[status.any.serviceworker.html]
|
||||
[status]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[status.any.sharedworker.html]
|
||||
[status]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[status.any.worker.html]
|
||||
[Response with status 300: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 500: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 700: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 0: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 700: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 600: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 0: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 404: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 500: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 600: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 300: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 400: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 400: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 999: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 999: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 404: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[audiocontextoptions.html]
|
||||
expected: TIMEOUT
|
||||
expected: ERROR
|
||||
[< [test-audiocontextoptions-latencyHint-basic\] 1 out of 9 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -66,3 +66,9 @@
|
|||
[The IDBTransaction interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The CanvasGradient interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
[The CanvasPattern interface object should be exposed.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue