ladybird/Tests/LibWeb/Text/data
Aliaksandr Kalenik b8af3fccf6 LibWeb: Wait until child navigable's SHE is ready before navigating
This change fixes a bug that can be reproduced with the following steps:
```js
const iframe = document.createElement("iframe");
document.body.appendChild(iframe);
iframe.contentWindow.location.href = ("http://localhost:8080/demo.html");
```

These steps are executed in the following order:
1. Create iframe and schedule session history traversal task that adds
   session history entry for the iframe.
2. Generate navigation id for scheduled navigation to
   `http://localhost:8080/demo.html`.
3. Execute the scheduled session history traversal task, which adds
   session history entry for the iframe.
4. Ooops, navigation to `http://localhost:8080/demo.html` is aborted
   because addings SHE for the iframe resets the navigation id.

This change fixes this by delaying all navigations until SHE for a
navigable is created.
2025-02-27 14:31:41 +01:00
..
base LibWeb: Make a elements honor base element's target 2025-02-16 09:21:52 +01:00
bad.xml
blank.html LibWeb: Implement HTMLFrameElement as a NavigableContainer 2024-11-04 09:54:32 +00:00
document.xml
external-module.mjs LibWeb: Get Page from principal realm during resource loading 2024-11-24 15:29:47 -07:00
greeter.wasm LibWeb: Add Wasm Web-API streaming compilation and instantiation 2024-11-01 10:42:24 -07:00
history-pushstate-iframe.html
iframe-hashchange-event.html
iframe-popstate-event.html
iframe-reload.html
iframe-test-content-1.html
iframe-test-content-2.html
iframe-unload-event.html
iframe-with-border-radius-svg.html
mime-types.json LibWeb/XHR: Ensure type set on blob responses 2025-02-16 19:08:45 +00:00
navigation-navigate-iframe.html
ParentNode-querySelector-All-content.html LibWeb: Don't allow trailing commas in selector lists 2024-11-23 09:49:33 +01:00
test-iframe-content.html LibWeb: Wait until child navigable's SHE is ready before navigating 2025-02-27 14:31:41 +01:00
video-gc-frame.html LibWeb: Bring back the test video for LibWeb tests 2024-10-10 17:52:58 -04:00