1
0
Fork 0
firefox/layout/reftests/bugs/1219985-ref-transparent-with-rendering.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

7 lines
363 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>Bug 1219985: Reference for a regular (non-opaque) canvas with a green square rendered in it. The red background behind the canvas is visible.</title>
<div style="width: 200px; height: 200px; background: red; display: flex;">
<div style="width: 100px; height: 100px; margin: auto; background: green;"></div>
</div>