mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 17:33:12 +00:00
The viewport is now drawn onto transparent black instead of the background color of the viewport.
10 lines
146 B
HTML
10 lines
146 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
* {
|
|
margin: 0;
|
|
}
|
|
body {
|
|
background-color: white;
|
|
}
|
|
</style>
|
|
<img src="../images/css-compositing-ref.png">
|