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. |
||
|---|---|---|
| .. | ||
| a-element-target.html | ||
| link-element-base.html | ||