mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-10 02:01:03 +00:00
We were previously only testing for network errors, which includes e.g. DNS resolution and connection errors. It does not include e.g. HTTP 404 responses, which is exercised by Acid 2.
5 lines
239 B
HTML
5 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>
|