RESOLVED FIXED 194384
[GTK] compositing/clipping/border-radius-async-overflow-clipping-layer.html is failing since added in r240941 "Async overflow scroll with border-radius renders incorrectly"
https://bugs.webkit.org/show_bug.cgi?id=194384
Summary [GTK] compositing/clipping/border-radius-async-overflow-clipping-layer.html i...
Miguel Gomez
Reported 2019-02-07 02:58:26 PST
compositing/clipping/border-radius-async-overflow-clipping-layer.html [ Failure ] This is the diff. It seems that we are adding an extra mask layer for some reason, but not sure whether this is expected and we should just add our own expectation or if it's really an error: --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/compositing/clipping/border-radius-async-overflow-clipping-layer-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/compositing/clipping/border-radius-async-overflow-clipping-layer-actual.txt @@ -51,6 +51,12 @@ (offsetFromRenderer width=30 height=30) (position 44.00 44.00) (bounds 320.00 200.00) + (mask layer) + (GraphicsLayer + (offsetFromRenderer width=30 height=30) + (bounds 320.00 200.00) + (drawsContent 1) + ) (children 1 (GraphicsLayer (offsetFromRenderer width=30 height=30)
Attachments
Diego Pino
Comment 1 2024-05-29 04:05:14 PDT
This tests is passing since 275045@main ([GTK] Enable `forceCompositingMode` by default). https://results.webkit.org/?platform=GTK&suite=layout-tests&test=compositing%2Fclipping%2Fborder-radius-async-overflow-clipping-layer.html After updating test expectations in 279290@main, there are no more tests referring to this bug. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.