mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
We use this workaround in other tests as well. As a bonus, replace the data: URL with an image we already had available.
11 lines
308 B
HTML
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">
|