ladybird/Tests/LibWeb/Text/data
Aliaksandr Kalenik 23d683cf6b LibWeb: Update document url after same-document back/forward navigation
Seems like a specification bug, but other browsers update url before
popstate event is fired and so should we.

Fixes back/forward navigation on GitHub.
2024-04-21 12:41:36 +02:00
..
bad.xml LibWeb: Generate a simple error page when XML decode/parse fails 2024-04-19 11:44:32 +02:00
document.xml Tests/LibWeb: Add a test for iframe load event when src has xml type 2024-04-18 08:10:05 +00:00
history-pushstate-iframe.html
iframe-hashchange-event.html LibWeb: Add hashchange event support 2024-04-15 01:02:51 -07:00
iframe-popstate-event.html LibWeb: Update document url after same-document back/forward navigation 2024-04-21 12:41:36 +02:00
iframe-reload.html LibWeb: Fix always hanging Navigable::reload() 2024-04-13 09:19:00 -07:00
iframe-test-content-1.html
iframe-test-content-2.html
iframe-unload-event.html LibWeb: Do not destroy document until whole subtree completed unloading 2024-04-20 10:22:14 +02:00
iframe-with-border-radius-svg.html
navigation-navigate-iframe.html