The following layout test is flaky on macOS inspector/layers/layers-for-node.html Probable cause: Started failing around r250654 Flakiness Dashboard: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=inspector%2Flayers%2Flayers-for-node.html Diff: --- /Volumes/Data/slave/mojave-debug-tests-wk1/build/layout-test-results/inspector/layers/layers-for-node-expected.txt +++ /Volumes/Data/slave/mojave-debug-tests-wk1/build/layout-test-results/inspector/layers/layers-for-node-actual.txt @@ -109,14 +109,14 @@ "x": 0, "y": 0, "width": "number", - "height": "number" - }, - "memory": "number", - "compositedBounds": { - "x": 0, - "y": 0, - "width": "number", - "height": "number" + "height": 72 + }, + "memory": "number", + "compositedBounds": { + "x": 0, + "y": 0, + "width": "number", + "height": 72 }, "paintCount": "number" }
marked test as failing https://trac.webkit.org/changeset/251311/webkit
<rdar://problem/56424548>
@graouts: Antoine, can you have a look at the test and check that original assumptions since you added the test still hold true? After playing for a while with the test I feel like with the current set of events in LayerTree domain it may be hard to reliably detect when the layers get to the expected state but I don't have enough knowledge in this domain to tell for sure.