1
0
Fork 0
firefox/layout/reftests/layers/move-to-background-1-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

19 lines
324 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
div {
overflow:hidden;
width:200px;
height:80px;
position:absolute;
left:10px;
}
</style>
</head>
<body>
<div style="top:0px; z-index:0">Hello</div>
<div style="top:200px; z-index:1">Hello</div>
<div style="opacity:0.5; top:100px; z-index:2">Hello</div>
</body>
</html>