ladybird/Tests/LibWeb/Layout/input/object-fallback.html

6 lines
239 B
HTML
Raw Normal View History

<!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>