Files
tubestation/layout/reftests/position-sticky/fixed-inside-sticky-clip-ref.html
2025-02-04 01:44:59 +00:00

11 lines
132 B
HTML

<!DOCTYPE html>
<style>
.unclipped {
height: 100px;
width: 200px;
background: cyan;
}
</style>
<div class="unclipped">
</div>