1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Tests/LibWeb/Text/data
Andreas Kling 5ef6df79ed LibWeb: Generate a simple error page when XML decode/parse fails
This fixes a regression on Acid3, since we are not expected to "best
effort" parse XML. The test specifically checks that you don't create an
incomplete, incorrect DOM.
2024-04-19 11:44:32 +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: Add popstate event support 2024-04-11 21:25:06 +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-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