1
0
Fork 0
firefox/testing/web-platform/tests/css/css-images/cross-fade-premultiplied-alpha-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

16 lines
353 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Test Reference</title>
<style>
div {
margin: 2px;
width: 200px;
height: 200px;
background: color(srgb 0.005 1.0 0.0 / 0.5);
}
</style>
</head>
<p>There should be nearly no red in this box (it should be a translucent green).</p>
<div></div>
</html>