[webkit-changes] [WebKit/WebKit] fbae20: Import WPT CanvasRenderingContext2D.reset() render...

Kiet Ho noreply at github.com
Fri Aug 25 18:02:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fbae20a2c0d884aa0cce1b489a52c02813d0c6c1
      https://github.com/WebKit/WebKit/commit/fbae20a2c0d884aa0cce1b489a52c02813d0c6c1
  Author: Kiet Ho <tho22 at apple.com>
  Date:   2023-08-25 (Fri, 25 Aug 2023)

  Changed paths:
    M LayoutTests/TestExpectations
    M LayoutTests/imported/w3c/resources/resource-files.json
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.drop_shadow-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.drop_shadow.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.global_composite_operation-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.global_composite_operation.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.line-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.line.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.misc-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.misc.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.miter_limit-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.miter_limit.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.text-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.text.html
    M LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/w3c-import.log
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.drop_shadow-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.drop_shadow.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.drop_shadow.w-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.drop_shadow.w.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.global_composite_operation-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.global_composite_operation.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.global_composite_operation.w-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.global_composite_operation.w.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.line-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.line.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.line.w-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.line.w.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.misc-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.misc.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.misc.w-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.misc.w.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.miter_limit-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.miter_limit.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.miter_limit.w-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.miter_limit.w.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.text-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.text.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.text.w-expected.html
    A LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.text.w.html
    M LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/w3c-import.log
    M LayoutTests/platform/glib/TestExpectations

  Log Message:
  -----------
  Import WPT CanvasRenderingContext2D.reset() render tests
https://bugs.webkit.org/show_bug.cgi?id=260673
rdar://114401677

Reviewed by Tim Nguyen.

Imported directories /html/canvas/element/reset/ and /html/canvas/offscreen/reset/ from WPT commit
17eb11d8d9a618dcdfc37ca8c581d81eec1710bb.

* LayoutTests/TestExpectations:
* LayoutTests/imported/w3c/resources/resource-files.json:
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.drop_shadow-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.drop_shadow.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.global_composite_operation-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.global_composite_operation.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.line-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.line.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.misc-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.misc.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.miter_limit-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.miter_limit.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.text-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/2d.reset.render.text.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/element/reset/w3c-import.log:
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.drop_shadow-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.drop_shadow.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.drop_shadow.w-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.drop_shadow.w.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.global_composite_operation-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.global_composite_operation.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.global_composite_operation.w-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.global_composite_operation.w.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.line-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.line.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.line.w-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.line.w.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.misc-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.misc.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.misc.w-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.misc.w.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.miter_limit-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.miter_limit.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.miter_limit.w-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.miter_limit.w.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.text-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.text.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.text.w-expected.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/2d.reset.render.text.w.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/reset/w3c-import.log:
* LayoutTests/platform/glib/TestExpectations:

Canonical link: https://commits.webkit.org/267310@main




More information about the webkit-changes mailing list