diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 2e411800ec70e..a3d664aaa8a91 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,14 @@ +2018-02-05 Ms2ger + + Implement createImageBitmap(HTMLVideoElement) + https://bugs.webkit.org/show_bug.cgi?id=182388 + + Reviewed by Žan Doberšek. + + * platform/gtk/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: + * platform/ios/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: + * platform/wpe/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: + 2018-02-02 Ryan Haddad Unreviewed test gardening, skip fast/visual-viewport/resize-event-fired.html on iOS. diff --git a/LayoutTests/imported/w3c/ChangeLog b/LayoutTests/imported/w3c/ChangeLog index ba52a97810784..5f9cfa628c6df 100644 --- a/LayoutTests/imported/w3c/ChangeLog +++ b/LayoutTests/imported/w3c/ChangeLog @@ -1,3 +1,15 @@ +2018-02-05 Ms2ger + + Implement createImageBitmap(HTMLVideoElement) + https://bugs.webkit.org/show_bug.cgi?id=182388 + + Reviewed by Žan Doberšek. + + * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt: + * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage.html: + Update from upstream to make the test pass on macOS. + * web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args-expected.txt: + 2018-02-02 Chris Dumez Clearing a registration should null out its workers before setting their state to "redundant" diff --git a/LayoutTests/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt index 376da8d740f57..6dfdec9a4711c 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt +++ b/LayoutTests/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage-expected.txt @@ -4,15 +4,15 @@ PASS createImageBitmap from an HTMLCanvasElement scaled down, and drawImage on t PASS createImageBitmap from an HTMLCanvasElement scaled up, and drawImage on the created ImageBitmap PASS createImageBitmap from an HTMLCanvasElement resized, and drawImage on the created ImageBitmap FAIL createImageBitmap from an HTMLCanvasElement with negative sw/sh, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "RangeError: Cannot create ImageBitmap with a negative width or height" -FAIL createImageBitmap from an HTMLVideoElement, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: createImageBitmap with HTMLVideoElement is not implemented" -FAIL createImageBitmap from an HTMLVideoElement scaled down, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: createImageBitmap with HTMLVideoElement is not implemented" -FAIL createImageBitmap from an HTMLVideoElement scaled up, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: createImageBitmap with HTMLVideoElement is not implemented" -FAIL createImageBitmap from an HTMLVideoElement resized, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: createImageBitmap with HTMLVideoElement is not implemented" +PASS createImageBitmap from an HTMLVideoElement, and drawImage on the created ImageBitmap +PASS createImageBitmap from an HTMLVideoElement scaled down, and drawImage on the created ImageBitmap +PASS createImageBitmap from an HTMLVideoElement scaled up, and drawImage on the created ImageBitmap +PASS createImageBitmap from an HTMLVideoElement resized, and drawImage on the created ImageBitmap FAIL createImageBitmap from an HTMLVideoElement with negative sw/sh, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "RangeError: Cannot create ImageBitmap with a negative width or height" -FAIL createImageBitmap from an HTMLVideoElement from a data URL, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: createImageBitmap with HTMLVideoElement is not implemented" -FAIL createImageBitmap from an HTMLVideoElement from a data URL scaled down, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: createImageBitmap with HTMLVideoElement is not implemented" -FAIL createImageBitmap from an HTMLVideoElement from a data URL scaled up, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: createImageBitmap with HTMLVideoElement is not implemented" -FAIL createImageBitmap from an HTMLVideoElement from a data URL resized, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "TypeError: createImageBitmap with HTMLVideoElement is not implemented" +PASS createImageBitmap from an HTMLVideoElement from a data URL, and drawImage on the created ImageBitmap +PASS createImageBitmap from an HTMLVideoElement from a data URL scaled down, and drawImage on the created ImageBitmap +PASS createImageBitmap from an HTMLVideoElement from a data URL scaled up, and drawImage on the created ImageBitmap +PASS createImageBitmap from an HTMLVideoElement from a data URL resized, and drawImage on the created ImageBitmap FAIL createImageBitmap from an HTMLVideoElement from a data URL with negative sw/sh, and drawImage on the created ImageBitmap promise_test: Unhandled rejection with value: object "RangeError: Cannot create ImageBitmap with a negative width or height" PASS createImageBitmap from a bitmap HTMLImageElement, and drawImage on the created ImageBitmap PASS createImageBitmap from a bitmap HTMLImageElement scaled down, and drawImage on the created ImageBitmap diff --git a/LayoutTests/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage.html b/LayoutTests/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage.html index ce6c90e0ecc52..9146a3704bae5 100644 --- a/LayoutTests/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage.html +++ b/LayoutTests/imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage.html @@ -12,7 +12,7 @@