blob: 4f5c8e0cad5e3d52252c084975e6c0e169d046d7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html class="reftest-paged">
<body>
<div style="height:400px;"></div>
<div style="height:1000px; clip-path:border-box">
<div style="position:absolute; top:0; left:0; width:100px; height:100px; background:black;"></div>
<div style="width:100px; height:100px; background:black;"></div>
</div>
</body>
</html>
|