2025-03-18 15:29:54 -03:00
|
|
|
<!DOCTYPE html>
|
2024-11-05 09:49:08 -03:00
|
|
|
<link rel="match" href="../expected/inline-stacking-context-ref.html" /><style>
|
2024-01-02 22:40:31 -03:00
|
|
|
span {
|
|
|
|
|
z-index: 10;
|
|
|
|
|
background: orange;
|
|
|
|
|
position: relative;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
div {
|
|
|
|
|
z-index: 5;
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
background: green;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -10px;
|
|
|
|
|
}
|
|
|
|
|
</style><span>hello</span><div></div>
|