1
0
Fork 0
firefox/layout/reftests/layers/opacity-flattening-large-image-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

27 lines
438 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Reference: Opacity Flattening for Large Images</title>
<style>
div {
display: inline-block;
height: 40px;
width: 40px;
opacity: 0.25;
}
.blackcolor {
background: black;
}
</style>
</head>
<body>
<div class="blackcolor"></div>
<div class="blackcolor"></div>
<div class="blackcolor"></div>
<div class="blackcolor"></div>
<div class="blackcolor"></div>
</body>
</html>