ladybird/Tests/LibWeb/Crash/Internals
Sam Atkins c4e8817246 LibWeb+Tests: Update layout before accessibility tree dumps
The accessibility tree builder consults layout nodes while applying
inclusion and exclusion rules. DevTools can request an accessibility
tree after style or layout has been dirtied, which made those
layout-node lookups trip the stale-layout verification.

Update layout before serializing the accessibility tree, matching the
DOM tree dump path. Add an internals regression test that dirties
layout before requesting an accessibility dump.
2026-06-01 08:28:45 +01:00
..
dump-accessibility-tree-updates-layout.html LibWeb+Tests: Update layout before accessibility tree dumps 2026-06-01 08:28:45 +01:00
dump-gc-graph.html