ladybird/Tests/LibWeb/Screenshot/expected/css-compositing-ref.html
Glenn Skrzypczak da09608156 LibWeb/Painting: Fix blending with viewport background
The viewport is now drawn onto transparent black instead of the
background color of the viewport.
2025-04-01 13:38:00 +02:00

10 lines
146 B
HTML

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