ladybird/Tests/LibWeb/Text/data
Timothy Flynn 16def85153 LibWeb: Implement HTMLFrameElement as a NavigableContainer
NavigableContainer is our home grown concept which already contains the
AOs needed for frame and iframe elements. This patch simply aligns our
HTMLFrameElement implementation with this class.

A couple of notes:

1. The <script> in the <head> element is intentional. The <frameset>
   element effectively takes the place of the <body> element, and we
   cannot add a <script> to a <frameset> element.

2. We don't render <frameset> or <frame> at all. Rendering is defined
   in the following spec:
   https://html.spec.whatwg.org/multipage/rendering.html#frames-and-framesets

3. If you load the test page in your browser, you won't see anything,
   regardless of (2). Our test infra adds a <pre> element to the "body"
   element (which is the <frameset> element here). Such children will
   never be rendered. In the future, we could come up with something
   better for our test infra to do, but this isn't important anyways
   for this test - we can still grab the <pre> element's innerText.
2024-11-04 09:54:32 +00:00
..
bad.xml LibXML: Include line and column numbers in parse error messages 2024-08-03 18:23:36 +02:00
blank.html LibWeb: Implement HTMLFrameElement as a NavigableContainer 2024-11-04 09:54:32 +00: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
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 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 LibWeb: Do not shrink the CPU painter's corner clipping vector 2024-03-10 00:39:49 +01:00
navigation-navigate-iframe.html
video-gc-frame.html LibWeb: Bring back the test video for LibWeb tests 2024-10-10 17:52:58 -04:00