mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-10 10:11:04 +00:00
6 lines
239 B
HTML
6 lines
239 B
HTML
|
|
<!doctype html>
|
||
|
|
<!-- For testing purposes, this must be a domain name that resolves and results in a non-200 HTTP response -->
|
||
|
|
<object data="https://ladybird.org/does-not-exist.html" type="text/html">
|
||
|
|
This should be visible!
|
||
|
|
</object>
|