inspector/css/setLayoutContextTypeChangedMode.html This test is a flaky text failure on macOS wk2. HISTORY: https://results.webkit.org/?suite=layout-tests&test=inspector%2Fcss%2FsetLayoutContextTypeChangedMode.html&platform=mac&flavor=wk2 DIFF: @@ -37,5 +37,7 @@ Changing `#normalNonGrid` to `display: grid;`... PASS: 3 grid nodes should be instrumented. Changing `#normalNonGrid` to `display: block;`... -PASS: 2 grid nodes should be instrumented. +FAIL: 2 grid nodes should be instrumented. + Expected: 2 + Actual: 3 Reproduction Steps: I can reproduce this on 253727@main but cannot reproduce it on 253726@main or earlier. This issue can be bisected to 253727@main using the command: run-webkit-tests -f --clobber-old-results --exit-after-n-failures 1 --debug --force --debug --iterations=50 inspector/css/setLayoutContextTypeChangedMode.html
<rdar://problem/99599308>
I have marked this test as a flaky failure while this issue is investigated.
Test gardening commit 254186@main (67d670b9086a): <https://commits.webkit.org/254186@main> Reviewed commits have been landed. Closing PR #4056 and removing active labels.
Pull request: https://github.com/WebKit/WebKit/pull/8467
Committed 258858@main (33d4b1c48279): <https://commits.webkit.org/258858@main> Reviewed commits have been landed. Closing PR #8467 and removing active labels.