Changeset 254513 in webkit


Ignore:
Timestamp:
Jan 14, 2020 8:52:28 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK][WPE] Failures in imported/w3c/web-platform-tests/2dcontext/imagebitmap due to missing OffscreenCanvas.copiedImage
https://bugs.webkit.org/show_bug.cgi?id=206221

Unreviewed test gardening.

Patch by Chris Lord <Chris Lord> on 2020-01-14

  • platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt:
  • platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-flipY-expected.txt: Added.
  • platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt:
  • platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt:
  • platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-serializable-expected.txt:
  • platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt:
  • platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt:
  • platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-flipY-expected.txt: Added.
  • platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt:
  • platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt:
  • platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-serializable-expected.txt:
  • platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt:
Location:
trunk/LayoutTests
Files:
2 added
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r254510 r254513  
     12020-01-14  Chris Lord  <clord@igalia.com>
     2
     3        [GTK][WPE] Failures in imported/w3c/web-platform-tests/2dcontext/imagebitmap due to missing OffscreenCanvas.copiedImage
     4        https://bugs.webkit.org/show_bug.cgi?id=206221
     5
     6        Unreviewed test gardening.
     7
     8        * platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt:
     9        * platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-flipY-expected.txt: Added.
     10        * platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt:
     11        * platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt:
     12        * platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-serializable-expected.txt:
     13        * platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt:
     14        * platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt:
     15        * platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-flipY-expected.txt: Added.
     16        * platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt:
     17        * platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt:
     18        * platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-serializable-expected.txt:
     19        * platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-transfer-expected.txt:
     20
    1212020-01-14  Antti Koivisto  <antti@apple.com>
    222
  • trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt

    r253031 r254513  
    3535FAIL createImageBitmap from a vector SVGImageElement resized, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: Type error"
    3636FAIL createImageBitmap from a vector SVGImageElement with negative sw/sh, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: Type error"
    37 PASS createImageBitmap from an OffscreenCanvas, and drawImage on the created ImageBitmap
    38 PASS createImageBitmap from an OffscreenCanvas scaled down, and drawImage on the created ImageBitmap
    39 PASS createImageBitmap from an OffscreenCanvas scaled up, and drawImage on the created ImageBitmap
    40 PASS createImageBitmap from an OffscreenCanvas resized, and drawImage on the created ImageBitmap
    41 PASS createImageBitmap from an OffscreenCanvas with negative sw/sh, and drawImage on the created ImageBitmap
     37FAIL createImageBitmap from an OffscreenCanvas, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "InvalidStateError: Cannot create ImageBitmap from canvas that can't be rendered"
     38FAIL createImageBitmap from an OffscreenCanvas scaled down, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "InvalidStateError: Cannot create ImageBitmap from canvas that can't be rendered"
     39FAIL createImageBitmap from an OffscreenCanvas scaled up, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "InvalidStateError: Cannot create ImageBitmap from canvas that can't be rendered"
     40FAIL createImageBitmap from an OffscreenCanvas resized, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "InvalidStateError: Cannot create ImageBitmap from canvas that can't be rendered"
     41FAIL createImageBitmap from an OffscreenCanvas with negative sw/sh, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "InvalidStateError: Cannot create ImageBitmap from canvas that can't be rendered"
    4242FAIL createImageBitmap from an ImageData, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: createImageBitmap with ImageData is not implemented"
    4343FAIL createImageBitmap from an ImageData scaled down, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: createImageBitmap with ImageData is not implemented"
  • trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt

    r251630 r254513  
    1 CONSOLE MESSAGE: line 137: Canvas area exceeds the maximum limit (width * height > 268435456).
     1CONSOLE MESSAGE: line 142: Canvas area exceeds the maximum limit (width * height > 268435456).
    22
    3 PASS createImageBitmap with a an HTMLCanvasElement source and sw set to 0
    4 PASS createImageBitmap with a an HTMLCanvasElement source and sh set to 0
    5 FAIL createImageBitmap with a an HTMLCanvasElement source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code
    6 PASS createImageBitmap with a an HTMLVideoElement source and sw set to 0
    7 PASS createImageBitmap with a an HTMLVideoElement source and sh set to 0
    8 FAIL createImageBitmap with a an HTMLVideoElement source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code
    9 PASS createImageBitmap with a an HTMLVideoElement from a data URL source and sw set to 0
    10 PASS createImageBitmap with a an HTMLVideoElement from a data URL source and sh set to 0
    11 FAIL createImageBitmap with a an HTMLVideoElement from a data URL source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code
    12 PASS createImageBitmap with a a bitmap HTMLImageElement source and sw set to 0
    13 PASS createImageBitmap with a a bitmap HTMLImageElement source and sh set to 0
    14 FAIL createImageBitmap with a a bitmap HTMLImageElement source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code
    15 PASS createImageBitmap with a a vector HTMLImageElement source and sw set to 0
    16 PASS createImageBitmap with a a vector HTMLImageElement source and sh set to 0
    17 FAIL createImageBitmap with a a vector HTMLImageElement source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code
    18 FAIL createImageBitmap with a a bitmap SVGImageElement source and sw set to 0 assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "RangeError" ("RangeError")
    19 FAIL createImageBitmap with a a bitmap SVGImageElement source and sh set to 0 assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "RangeError" ("RangeError")
    20 FAIL createImageBitmap with a a bitmap SVGImageElement source and oversized (unallocatable) crop region assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "InvalidStateError" ("InvalidStateError")
    21 FAIL createImageBitmap with a a vector SVGImageElement source and sw set to 0 assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "RangeError" ("RangeError")
    22 FAIL createImageBitmap with a a vector SVGImageElement source and sh set to 0 assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "RangeError" ("RangeError")
    23 FAIL createImageBitmap with a a vector SVGImageElement source and oversized (unallocatable) crop region assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "InvalidStateError" ("InvalidStateError")
    24 FAIL createImageBitmap with a an OffscreenCanvas source and sw set to 0 promise_test: Unhandled rejection with value: object "TypeError: null is not an object (evaluating 'testCtx.fillStyle = "rgb(255, 0, 0)"')"
    25 FAIL createImageBitmap with a an OffscreenCanvas source and sh set to 0 promise_test: Unhandled rejection with value: object "TypeError: null is not an object (evaluating 'testCtx.fillStyle = "rgb(255, 0, 0)"')"
    26 FAIL createImageBitmap with a an OffscreenCanvas source and oversized (unallocatable) crop region promise_test: Unhandled rejection with value: object "TypeError: null is not an object (evaluating 'testCtx.fillStyle = "rgb(255, 0, 0)"')"
    27 PASS createImageBitmap with a an ImageData source and sw set to 0
    28 PASS createImageBitmap with a an ImageData source and sh set to 0
    29 FAIL createImageBitmap with a an ImageData source and oversized (unallocatable) crop region assert_throws: function "function () { throw e }" threw object "TypeError: createImageBitmap with ImageData is not implemented" ("TypeError") expected object "InvalidStateError" ("InvalidStateError")
    30 PASS createImageBitmap with a an ImageBitmap source and sw set to 0
    31 PASS createImageBitmap with a an ImageBitmap source and sh set to 0
    32 FAIL createImageBitmap with a an ImageBitmap source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code
    33 PASS createImageBitmap with a a Blob source and sw set to 0
    34 PASS createImageBitmap with a a Blob source and sh set to 0
    35 FAIL createImageBitmap with a a Blob source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code
     3PASS createImageBitmap with an HTMLCanvasElement source and sw set to 0
     4PASS createImageBitmap with an HTMLCanvasElement source and sh set to 0
     5FAIL createImageBitmap with an HTMLCanvasElement source and oversized (unallocatable) crop region assert_equals: expected 100000000 but got 20
     6PASS createImageBitmap with an HTMLVideoElement source and sw set to 0
     7PASS createImageBitmap with an HTMLVideoElement source and sh set to 0
     8FAIL createImageBitmap with an HTMLVideoElement source and oversized (unallocatable) crop region assert_equals: expected 100000000 but got 20
     9PASS createImageBitmap with an HTMLVideoElement from a data URL source and sw set to 0
     10PASS createImageBitmap with an HTMLVideoElement from a data URL source and sh set to 0
     11FAIL createImageBitmap with an HTMLVideoElement from a data URL source and oversized (unallocatable) crop region assert_equals: expected 100000000 but got 20
     12PASS createImageBitmap with a bitmap HTMLImageElement source and sw set to 0
     13PASS createImageBitmap with a bitmap HTMLImageElement source and sh set to 0
     14FAIL createImageBitmap with a bitmap HTMLImageElement source and oversized (unallocatable) crop region assert_equals: expected 100000000 but got 20
     15PASS createImageBitmap with a vector HTMLImageElement source and sw set to 0
     16PASS createImageBitmap with a vector HTMLImageElement source and sh set to 0
     17FAIL createImageBitmap with a vector HTMLImageElement source and oversized (unallocatable) crop region assert_equals: expected 100000000 but got 20
     18FAIL createImageBitmap with a bitmap SVGImageElement source and sw set to 0 promise_reject_js: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected instance of function "function RangeError() {
     19    [native code]
     20}" ("RangeError")
     21FAIL createImageBitmap with a bitmap SVGImageElement source and sh set to 0 promise_reject_js: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected instance of function "function RangeError() {
     22    [native code]
     23}" ("RangeError")
     24FAIL createImageBitmap with a bitmap SVGImageElement source and oversized (unallocatable) crop region assert_throws: function "() => { throw e }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     25FAIL createImageBitmap with a vector SVGImageElement source and sw set to 0 promise_reject_js: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected instance of function "function RangeError() {
     26    [native code]
     27}" ("RangeError")
     28FAIL createImageBitmap with a vector SVGImageElement source and sh set to 0 promise_reject_js: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected instance of function "function RangeError() {
     29    [native code]
     30}" ("RangeError")
     31FAIL createImageBitmap with a vector SVGImageElement source and oversized (unallocatable) crop region assert_throws: function "() => { throw e }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     32PASS createImageBitmap with an OffscreenCanvas source and sw set to 0
     33PASS createImageBitmap with an OffscreenCanvas source and sh set to 0
     34PASS createImageBitmap with an OffscreenCanvas source and oversized (unallocatable) crop region
     35PASS createImageBitmap with an ImageData source and sw set to 0
     36PASS createImageBitmap with an ImageData source and sh set to 0
     37FAIL createImageBitmap with an ImageData source and oversized (unallocatable) crop region assert_throws: function "() => { throw e }" threw object "TypeError: createImageBitmap with ImageData is not implemented" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     38PASS createImageBitmap with an ImageBitmap source and sw set to 0
     39PASS createImageBitmap with an ImageBitmap source and sh set to 0
     40FAIL createImageBitmap with an ImageBitmap source and oversized (unallocatable) crop region assert_equals: expected 100000000 but got 20
     41PASS createImageBitmap with a Blob source and sw set to 0
     42PASS createImageBitmap with a Blob source and sh set to 0
     43FAIL createImageBitmap with a Blob source and oversized (unallocatable) crop region assert_equals: expected 100000000 but got 20
    3644PASS createImageBitmap with undefined image source.
    3745PASS createImageBitmap with null image source.
     
    4351PASS createImageBitmap with empty video source.
    4452PASS createImageBitmap with an oversized canvas source.
    45 FAIL createImageBitmap with an invalid OffscreenCanvas source. assert_throws: function "function () { throw e }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     53PASS createImageBitmap with an invalid OffscreenCanvas source.
    4654PASS createImageBitmap with an undecodable blob source.
    4755PASS createImageBitmap with a broken image source.
  • trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt

    r230990 r254513  
    11Blocked access to external URL http://www1.localhost:8800/images/red.png
    22Blocked access to external URL http://www1.localhost:8800/images/red.png
     3Blocked access to external URL http://www1.localhost:8800/images/red.png
     4Blocked access to external URL http://www1.localhost:8800/images/red.png
     5Blocked access to external URL http://www1.localhost:8800/images/red.png
     6Blocked access to external URL http://www1.localhost:8800/images/red.png
     7Blocked access to external URL http://www1.localhost:8800/media/movie_300.ogv
     8Blocked access to external URL http://www1.localhost:8800/media/movie_300.ogv
    39Blocked access to external URL http://www1.localhost:8800/media/movie_300.ogv
    410Blocked access to external URL http://www1.localhost:8800/media/movie_300.ogv
     
    612Harness Error (TIMEOUT), message = null
    713
    8 FAIL cross-origin HTMLImageElement promise_test: Unhandled rejection with value: object "[object Event]"
    9 FAIL cross-origin SVGImageElement promise_test: Unhandled rejection with value: object "[object Event]"
    10 FAIL cross-origin HTMLVideoElement promise_test: Unhandled rejection with value: object "[object Event]"
    11 TIMEOUT redirected to cross-origin HTMLVideoElement Test timed out
    12 NOTRUN redirected to same-origin HTMLVideoElement
    13 NOTRUN unclean HTMLCanvasElement
    14 NOTRUN unclean ImageBitmap
     14FAIL cross-origin HTMLImageElement: origin unclear getImageData promise_test: Unhandled rejection with value: object "[object Event]"
     15FAIL cross-origin HTMLImageElement: origin unclear 2dContext.drawImage promise_test: Unhandled rejection with value: object "[object Event]"
     16FAIL cross-origin HTMLImageElement: origin unclear bitmaprenderer.transferFromImageBitmap promise_test: Unhandled rejection with value: object "[object Event]"
     17FAIL cross-origin SVGImageElement: origin unclear getImageData promise_test: Unhandled rejection with value: object "[object Event]"
     18FAIL cross-origin SVGImageElement: origin unclear 2dContext.drawImage promise_test: Unhandled rejection with value: object "[object Event]"
     19FAIL cross-origin SVGImageElement: origin unclear bitmaprenderer.transferFromImageBitmap promise_test: Unhandled rejection with value: object "[object Event]"
     20FAIL cross-origin HTMLVideoElement: origin unclear getImageData promise_test: Unhandled rejection with value: object "[object Event]"
     21FAIL cross-origin HTMLVideoElement: origin unclear 2dContext.drawImage promise_test: Unhandled rejection with value: object "[object Event]"
     22FAIL cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap promise_test: Unhandled rejection with value: object "[object Event]"
     23TIMEOUT redirected to cross-origin HTMLVideoElement: origin unclear getImageData Test timed out
     24NOTRUN redirected to cross-origin HTMLVideoElement: origin unclear 2dContext.drawImage
     25NOTRUN redirected to cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap
     26NOTRUN redirected to same-origin HTMLVideoElement: origin unclear getImageData
     27NOTRUN redirected to same-origin HTMLVideoElement: origin unclear 2dContext.drawImage
     28NOTRUN redirected to same-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap
     29NOTRUN unclean HTMLCanvasElement: origin unclear getImageData
     30NOTRUN unclean HTMLCanvasElement: origin unclear 2dContext.drawImage
     31NOTRUN unclean HTMLCanvasElement: origin unclear bitmaprenderer.transferFromImageBitmap
     32NOTRUN unclean ImageBitmap: origin unclear getImageData
     33NOTRUN unclean ImageBitmap: origin unclear 2dContext.drawImage
     34NOTRUN unclean ImageBitmap: origin unclear bitmaprenderer.transferFromImageBitmap
    1535
  • trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt

    r253031 r254513  
    3535FAIL createImageBitmap from a vector SVGImageElement resized, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: Type error"
    3636FAIL createImageBitmap from a vector SVGImageElement with negative sw/sh, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: Type error"
    37 PASS createImageBitmap from an OffscreenCanvas, and drawImage on the created ImageBitmap
    38 PASS createImageBitmap from an OffscreenCanvas scaled down, and drawImage on the created ImageBitmap
    39 PASS createImageBitmap from an OffscreenCanvas scaled up, and drawImage on the created ImageBitmap
    40 PASS createImageBitmap from an OffscreenCanvas resized, and drawImage on the created ImageBitmap
    41 PASS createImageBitmap from an OffscreenCanvas with negative sw/sh, and drawImage on the created ImageBitmap
     37FAIL createImageBitmap from an OffscreenCanvas, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "InvalidStateError: Cannot create ImageBitmap from canvas that can't be rendered"
     38FAIL createImageBitmap from an OffscreenCanvas scaled down, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "InvalidStateError: Cannot create ImageBitmap from canvas that can't be rendered"
     39FAIL createImageBitmap from an OffscreenCanvas scaled up, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "InvalidStateError: Cannot create ImageBitmap from canvas that can't be rendered"
     40FAIL createImageBitmap from an OffscreenCanvas resized, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "InvalidStateError: Cannot create ImageBitmap from canvas that can't be rendered"
     41FAIL createImageBitmap from an OffscreenCanvas with negative sw/sh, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "InvalidStateError: Cannot create ImageBitmap from canvas that can't be rendered"
    4242FAIL createImageBitmap from an ImageData, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: createImageBitmap with ImageData is not implemented"
    4343FAIL createImageBitmap from an ImageData scaled down, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: createImageBitmap with ImageData is not implemented"
  • trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt

    r253031 r254513  
    1 CONSOLE MESSAGE: line 137: Canvas area exceeds the maximum limit (width * height > 268435456).
     1CONSOLE MESSAGE: line 142: Canvas area exceeds the maximum limit (width * height > 268435456).
    22
    3 PASS createImageBitmap with a an HTMLCanvasElement source and sw set to 0
    4 PASS createImageBitmap with a an HTMLCanvasElement source and sh set to 0
    5 FAIL createImageBitmap with a an HTMLCanvasElement source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code
    6 PASS createImageBitmap with a an HTMLVideoElement source and sw set to 0
    7 PASS createImageBitmap with a an HTMLVideoElement source and sh set to 0
    8 FAIL createImageBitmap with a an HTMLVideoElement source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code
    9 PASS createImageBitmap with a an HTMLVideoElement from a data URL source and sw set to 0
    10 PASS createImageBitmap with a an HTMLVideoElement from a data URL source and sh set to 0
    11 FAIL createImageBitmap with a an HTMLVideoElement from a data URL source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code
    12 PASS createImageBitmap with a a bitmap HTMLImageElement source and sw set to 0
    13 PASS createImageBitmap with a a bitmap HTMLImageElement source and sh set to 0
    14 FAIL createImageBitmap with a a bitmap HTMLImageElement source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code
    15 PASS createImageBitmap with a a vector HTMLImageElement source and sw set to 0
    16 PASS createImageBitmap with a a vector HTMLImageElement source and sh set to 0
    17 FAIL createImageBitmap with a a vector HTMLImageElement source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code
    18 FAIL createImageBitmap with a a bitmap SVGImageElement source and sw set to 0 assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "RangeError" ("RangeError")
    19 FAIL createImageBitmap with a a bitmap SVGImageElement source and sh set to 0 assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "RangeError" ("RangeError")
    20 FAIL createImageBitmap with a a bitmap SVGImageElement source and oversized (unallocatable) crop region assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "InvalidStateError" ("InvalidStateError")
    21 FAIL createImageBitmap with a a vector SVGImageElement source and sw set to 0 assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "RangeError" ("RangeError")
    22 FAIL createImageBitmap with a a vector SVGImageElement source and sh set to 0 assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "RangeError" ("RangeError")
    23 FAIL createImageBitmap with a a vector SVGImageElement source and oversized (unallocatable) crop region assert_throws: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected object "InvalidStateError" ("InvalidStateError")
    24 PASS createImageBitmap with a an OffscreenCanvas source and sw set to 0
    25 PASS createImageBitmap with a an OffscreenCanvas source and sh set to 0
    26 FAIL createImageBitmap with a an OffscreenCanvas source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code
    27 PASS createImageBitmap with a an ImageData source and sw set to 0
    28 PASS createImageBitmap with a an ImageData source and sh set to 0
    29 FAIL createImageBitmap with a an ImageData source and oversized (unallocatable) crop region assert_throws: function "function () { throw e }" threw object "TypeError: createImageBitmap with ImageData is not implemented" ("TypeError") expected object "InvalidStateError" ("InvalidStateError")
    30 PASS createImageBitmap with a an ImageBitmap source and sw set to 0
    31 PASS createImageBitmap with a an ImageBitmap source and sh set to 0
    32 FAIL createImageBitmap with a an ImageBitmap source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code
    33 PASS createImageBitmap with a a Blob source and sw set to 0
    34 PASS createImageBitmap with a a Blob source and sh set to 0
    35 FAIL createImageBitmap with a a Blob source and oversized (unallocatable) crop region assert_unreached: Should have rejected: undefined Reached unreachable code
     3PASS createImageBitmap with an HTMLCanvasElement source and sw set to 0
     4PASS createImageBitmap with an HTMLCanvasElement source and sh set to 0
     5FAIL createImageBitmap with an HTMLCanvasElement source and oversized (unallocatable) crop region assert_equals: expected 100000000 but got 20
     6PASS createImageBitmap with an HTMLVideoElement source and sw set to 0
     7PASS createImageBitmap with an HTMLVideoElement source and sh set to 0
     8FAIL createImageBitmap with an HTMLVideoElement source and oversized (unallocatable) crop region assert_equals: expected 100000000 but got 20
     9PASS createImageBitmap with an HTMLVideoElement from a data URL source and sw set to 0
     10PASS createImageBitmap with an HTMLVideoElement from a data URL source and sh set to 0
     11FAIL createImageBitmap with an HTMLVideoElement from a data URL source and oversized (unallocatable) crop region assert_equals: expected 100000000 but got 20
     12PASS createImageBitmap with a bitmap HTMLImageElement source and sw set to 0
     13PASS createImageBitmap with a bitmap HTMLImageElement source and sh set to 0
     14FAIL createImageBitmap with a bitmap HTMLImageElement source and oversized (unallocatable) crop region assert_equals: expected 100000000 but got 20
     15PASS createImageBitmap with a vector HTMLImageElement source and sw set to 0
     16PASS createImageBitmap with a vector HTMLImageElement source and sh set to 0
     17FAIL createImageBitmap with a vector HTMLImageElement source and oversized (unallocatable) crop region assert_equals: expected 100000000 but got 20
     18FAIL createImageBitmap with a bitmap SVGImageElement source and sw set to 0 promise_reject_js: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected instance of function "function RangeError() {
     19    [native code]
     20}" ("RangeError")
     21FAIL createImageBitmap with a bitmap SVGImageElement source and sh set to 0 promise_reject_js: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected instance of function "function RangeError() {
     22    [native code]
     23}" ("RangeError")
     24FAIL createImageBitmap with a bitmap SVGImageElement source and oversized (unallocatable) crop region assert_throws: function "() => { throw e }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     25FAIL createImageBitmap with a vector SVGImageElement source and sw set to 0 promise_reject_js: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected instance of function "function RangeError() {
     26    [native code]
     27}" ("RangeError")
     28FAIL createImageBitmap with a vector SVGImageElement source and sh set to 0 promise_reject_js: function "function () { throw e }" threw object "TypeError: Type error" ("TypeError") expected instance of function "function RangeError() {
     29    [native code]
     30}" ("RangeError")
     31FAIL createImageBitmap with a vector SVGImageElement source and oversized (unallocatable) crop region assert_throws: function "() => { throw e }" threw object "TypeError: Type error" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     32PASS createImageBitmap with an OffscreenCanvas source and sw set to 0
     33PASS createImageBitmap with an OffscreenCanvas source and sh set to 0
     34PASS createImageBitmap with an OffscreenCanvas source and oversized (unallocatable) crop region
     35PASS createImageBitmap with an ImageData source and sw set to 0
     36PASS createImageBitmap with an ImageData source and sh set to 0
     37FAIL createImageBitmap with an ImageData source and oversized (unallocatable) crop region assert_throws: function "() => { throw e }" threw object "TypeError: createImageBitmap with ImageData is not implemented" that is not a DOMException InvalidStateError: property "code" is equal to undefined, expected 11
     38PASS createImageBitmap with an ImageBitmap source and sw set to 0
     39PASS createImageBitmap with an ImageBitmap source and sh set to 0
     40FAIL createImageBitmap with an ImageBitmap source and oversized (unallocatable) crop region assert_equals: expected 100000000 but got 20
     41PASS createImageBitmap with a Blob source and sw set to 0
     42PASS createImageBitmap with a Blob source and sh set to 0
     43FAIL createImageBitmap with a Blob source and oversized (unallocatable) crop region assert_equals: expected 100000000 but got 20
    3644PASS createImageBitmap with undefined image source.
    3745PASS createImageBitmap with null image source.
  • trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-origin.sub-expected.txt

    r230990 r254513  
    11Blocked access to external URL http://www1.localhost:8800/images/red.png
    22Blocked access to external URL http://www1.localhost:8800/images/red.png
     3Blocked access to external URL http://www1.localhost:8800/images/red.png
     4Blocked access to external URL http://www1.localhost:8800/images/red.png
     5Blocked access to external URL http://www1.localhost:8800/images/red.png
     6Blocked access to external URL http://www1.localhost:8800/images/red.png
     7Blocked access to external URL http://www1.localhost:8800/media/movie_300.ogv
     8Blocked access to external URL http://www1.localhost:8800/media/movie_300.ogv
    39Blocked access to external URL http://www1.localhost:8800/media/movie_300.ogv
    410Blocked access to external URL http://www1.localhost:8800/media/movie_300.ogv
     
    612Harness Error (TIMEOUT), message = null
    713
    8 FAIL cross-origin HTMLImageElement promise_test: Unhandled rejection with value: object "[object Event]"
    9 FAIL cross-origin SVGImageElement promise_test: Unhandled rejection with value: object "[object Event]"
    10 FAIL cross-origin HTMLVideoElement promise_test: Unhandled rejection with value: object "[object Event]"
    11 TIMEOUT redirected to cross-origin HTMLVideoElement Test timed out
    12 NOTRUN redirected to same-origin HTMLVideoElement
    13 NOTRUN unclean HTMLCanvasElement
    14 NOTRUN unclean ImageBitmap
     14FAIL cross-origin HTMLImageElement: origin unclear getImageData promise_test: Unhandled rejection with value: object "[object Event]"
     15FAIL cross-origin HTMLImageElement: origin unclear 2dContext.drawImage promise_test: Unhandled rejection with value: object "[object Event]"
     16FAIL cross-origin HTMLImageElement: origin unclear bitmaprenderer.transferFromImageBitmap promise_test: Unhandled rejection with value: object "[object Event]"
     17FAIL cross-origin SVGImageElement: origin unclear getImageData promise_test: Unhandled rejection with value: object "[object Event]"
     18FAIL cross-origin SVGImageElement: origin unclear 2dContext.drawImage promise_test: Unhandled rejection with value: object "[object Event]"
     19FAIL cross-origin SVGImageElement: origin unclear bitmaprenderer.transferFromImageBitmap promise_test: Unhandled rejection with value: object "[object Event]"
     20FAIL cross-origin HTMLVideoElement: origin unclear getImageData promise_test: Unhandled rejection with value: object "[object Event]"
     21FAIL cross-origin HTMLVideoElement: origin unclear 2dContext.drawImage promise_test: Unhandled rejection with value: object "[object Event]"
     22FAIL cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap promise_test: Unhandled rejection with value: object "[object Event]"
     23TIMEOUT redirected to cross-origin HTMLVideoElement: origin unclear getImageData Test timed out
     24NOTRUN redirected to cross-origin HTMLVideoElement: origin unclear 2dContext.drawImage
     25NOTRUN redirected to cross-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap
     26NOTRUN redirected to same-origin HTMLVideoElement: origin unclear getImageData
     27NOTRUN redirected to same-origin HTMLVideoElement: origin unclear 2dContext.drawImage
     28NOTRUN redirected to same-origin HTMLVideoElement: origin unclear bitmaprenderer.transferFromImageBitmap
     29NOTRUN unclean HTMLCanvasElement: origin unclear getImageData
     30NOTRUN unclean HTMLCanvasElement: origin unclear 2dContext.drawImage
     31NOTRUN unclean HTMLCanvasElement: origin unclear bitmaprenderer.transferFromImageBitmap
     32NOTRUN unclean ImageBitmap: origin unclear getImageData
     33NOTRUN unclean ImageBitmap: origin unclear 2dContext.drawImage
     34NOTRUN unclean ImageBitmap: origin unclear bitmaprenderer.transferFromImageBitmap
    1535
Note: See TracChangeset for help on using the changeset viewer.