Files
ladybird/Tests/LibWeb/Ref/expected/resize-stacking-order-ref.html
Gingeh 7b3afbc11c LibWeb: Paint element overlay during Foreground paint phase
Also removed the FocusAndOverlay phase because it is now useless
2026-01-24 11:54:39 +01:00

13 lines
208 B
HTML

<!DOCTYPE html>
<style>
.overlay {
position: fixed;
top: 0;
left: 0;
width: 80px;
height: 80px;
background: red;
}
</style>
<div class="overlay"></div>