[webkit-changes] [WebKit/WebKit] 4488a9: Rebaseline some macOS tests with UI side compositi...

Cameron McCormack noreply at github.com
Sun Nov 13 23:26:47 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4488a9d1dc6e0aaa0b04e246207c41b4f60e09d8
      https://github.com/WebKit/WebKit/commit/4488a9d1dc6e0aaa0b04e246207c41b4f60e09d8
  Author: Cameron McCormack <heycam at apple.com>
  Date:   2022-11-13 (Sun, 13 Nov 2022)

  Changed paths:
    M LayoutTests/platform/mac-gpup/TestExpectations
    A LayoutTests/platform/mac-gpup/compositing/backing/inline-block-no-backing-expected.txt
    A LayoutTests/platform/mac-gpup/compositing/backing/whitespace-nodes-no-backing-expected.txt
    A LayoutTests/platform/mac-gpup/compositing/fixed-image-loading-expected.txt
    A LayoutTests/platform/mac-gpup/compositing/tiling/huge-layer-img-expected.txt
    A LayoutTests/platform/mac-gpup/compositing/visibility/visibility-image-layers-dynamic-expected.txt
    A LayoutTests/platform/mac-gpup/scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-non-cb-overflow-expected.txt
    A LayoutTests/platform/mac-gpup/scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow-expected.txt
    A LayoutTests/platform/mac-gpup/scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow2-expected.txt
    A LayoutTests/platform/mac-gpup/scrollingcoordinator/mac/latching/horizontal-overflow-in-vertical-overflow-expected.txt
    A LayoutTests/platform/mac-gpup/scrollingcoordinator/mac/latching/zero-delta-began-should-not-latch-expected.txt
    A LayoutTests/platform/mac-gpup/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt

  Log Message:
  -----------
  Rebaseline some macOS tests with UI side compositing enabled
https://bugs.webkit.org/show_bug.cgi?id=247876
<rdar://problem/102303038>

Unreviewed test gardening.

* LayoutTests/platform/mac-gpup/TestExpectations:

Skip tests that don't apply in this configuration.

* LayoutTests/platform/mac-gpup/compositing/backing/inline-block-no-backing-expected.txt:
* LayoutTests/platform/mac-gpup/compositing/backing/whitespace-nodes-no-backing-expected.txt:
* LayoutTests/platform/mac-gpup/compositing/fixed-image-loading-expected.txt:
* LayoutTests/platform/mac-gpup/compositing/tiling/huge-layer-img-expected.txt:

Layer tree dumps now include (drawsContent) and (usingTiledLayer).

* LayoutTests/platform/mac-gpup/compositing/visibility/visibility-image-layers-dynamic-expected.txt:

Same, except the layer bounds are also updated because the layer tree dump is in the content.

* LayoutTests/platform/mac-gpup/scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-non-cb-overflow-expected.txt:
* LayoutTests/platform/mac-gpup/scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow-expected.txt:
* LayoutTests/platform/mac-gpup/scrollingcoordinator/mac/fixed-backgrounds/fixed-background-in-nested-overflow2-expected.txt:
* LayoutTests/platform/mac-gpup/scrollingcoordinator/mac/latching/horizontal-overflow-in-vertical-overflow-expected.txt:
* LayoutTests/platform/mac-gpup/scrollingcoordinator/mac/latching/zero-delta-began-should-not-latch-expected.txt:
* LayoutTests/platform/mac-gpup/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt:

Scrolling tree does not exist in the Web process and so is no longer
included in the layer dump output.

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




More information about the webkit-changes mailing list