ladybird/Tests/LibWeb/Text/input/navigation
Timothy Flynn 96082d6ae1 LibWeb: Port some manually async tests to use asyncTest
These tests were mostly async tests written in a manual way. This ports
them to use the standard asyncTest() infrastructure.

This is mostly just to reduce calls to internals.signalTextTestIsDone,
which will have a required parameter in an upcoming test.
2024-10-03 07:07:28 -04:00
..
attempt-navigating-object-without-a-document.html LibWeb: Skip creating a navigable for <object> not connected to document 2024-04-18 08:09:51 +00:00
hashchange-event.html LibWeb: Add hashchange event support 2024-04-15 01:02:51 -07:00
history-popstate-event.html LibWeb: Add popstate event support 2024-04-11 21:25:06 +02:00
history-pushstate.html Tests/LibWeb: Move LibWeb test frames to their own directory 2024-02-19 22:11:59 -05:00
history-replace-push-state-race-2.html LibWeb: Add a test for history.pushState() that uses setTimeout() 2024-04-05 21:28:41 +02:00
history-replace-push-state-race-3.html LibWeb: Process all task source while waiting for document population 2024-04-11 09:40:45 +02:00
history-replace-push-state-race.html LibWeb: Call process_session_history_traversal_queue on history update 2023-12-15 22:11:49 +01:00
iframe-navigate-javascript-url.html Tests/LibWeb: Add text tests for navigation 2023-09-16 16:53:32 +02:00
iframe-navigate-src.html Tests/LibWeb: Move LibWeb test frames to their own directory 2024-02-19 22:11:59 -05:00
iframe-navigate-srcdoc.html Tests/LibWeb: Add text tests for navigation 2023-09-16 16:53:32 +02:00
iframe-unloading-order.html LibWeb: Do not destroy document until whole subtree completed unloading 2024-04-20 10:22:14 +02:00
location-reload-fetch.html LibWeb: Port some manually async tests to use asyncTest 2024-10-03 07:07:28 -04:00
location-reload-srcdoc.html LibWeb: Port some manually async tests to use asyncTest 2024-10-03 07:07:28 -04:00
navigation-navigate.html Tests/LibWeb: Move LibWeb test frames to their own directory 2024-02-19 22:11:59 -05:00
populate-iframe-using-document-write.html LibWeb: Wait for initial navigation to complete before modifying iframe 2024-04-08 09:07:18 +02:00
remove-iframe-from-timeout-callback.html LibWeb: Port some manually async tests to use asyncTest 2024-10-03 07:07:28 -04:00
run-script-before-iframe-initial-navigation.html LibWeb: Mark initial about:blank as ready to run scripts after creation 2024-04-11 18:41:20 +02:00
run-script-from-about-blank-iframe.html LibWeb: Allow executing scripts for iframes with src=about:blank 2024-04-08 21:27:34 +02:00
trigger-fragment-navigation-from-js.html LibWeb: Abort ongoing navigation before firing next navigation event 2024-04-16 19:51:56 +02:00