ladybird/Tests/LibWeb/Text/input/base
Shannon Booth bfb56e547a Tests/LibWeb: Ignore stale initial iframe load in a-element-target.html
This test currently passes due to a bug in iframe load ordering. After
fixing that issue, the outer iframe's initial load event is no longer
delivered before the parent window load handler runs. That means this
test can install its iframe.onload handler while the initial iframe
load event is still pending.

The test only cares about the navigation triggered by clicking the
nested targeted link, so ignore a load event whose frame URL is still
the initial frame URL. This keeps the test focused on whether the parent
frame navigates to a-element-target-sub-alt.html.

This allows the test to also pass in Chromium.
2026-05-26 21:44:04 +02:00
..
a-element-target.html Tests/LibWeb: Ignore stale initial iframe load in a-element-target.html 2026-05-26 21:44:04 +02:00
link-element-base.html LibWeb: Convert some sync tests to be async 2024-10-03 07:07:28 -04:00