Files
ladybird/Tests/LibWeb/Ref/input/body-background-propagation-with-image.html
Jelle Raaijmakers aa2a95c775 LibWeb: Pass through background image painting even if area is empty
We should decide at a later stage, when we've calculated the final
background painting area, whether that area is empty and we can skip
painting the background.

Fixes #7973
2026-02-16 19:33:01 +01:00

9 lines
282 B
HTML

<!DOCTYPE html>
<link rel="match" href="../expected/body-background-propagation-with-image-ref.html" />
<style>
body {
margin: 0;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVR4nGNgYGAAAAAEAAH2FzhVAAAAAElFTkSuQmCC);
}
</style>