mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 20:42:11 +02:00
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
9 lines
282 B
HTML
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>
|