Files
ladybird/Tests/LibWeb/Ref/input/body-background-image-rendering-propagation.html
Jelle Raaijmakers 779c5a61e0 Tests/LibWeb: Use hidden image workaround for flaky test
We use this workaround in other tests as well. As a bonus, replace the
data: URL with an image we already had available.
2026-01-23 20:19:11 +00:00

11 lines
308 B
HTML

<!DOCTYPE html>
<link rel="match" href="../expected/body-background-image-rendering-propagation-ref.html">
<style>
body {
background: url('../data/2x2checkerboard.png') no-repeat;
background-size: 100px 100px;
image-rendering: pixelated;
}
</style>
<img hidden src="../data/2x2checkerboard.png">