ladybird/Tests/LibWeb/Screenshot/expected/css-background-blob-url-ref.html
Timothy Flynn 4a8c70b3a5 LibWeb: Parse CSS/image URLs using DOMURL::parse
DOMURL::parse handles blob URLs.
2025-08-08 17:47:51 +01:00

12 lines
174 B
HTML

<!DOCTYPE html>
<style>
* {
margin: 0;
}
body {
background-color: white;
}
</style>
<img src="../images/css-background-blob-url-ref.png" />