10 lines
327 B
HTML
10 lines
327 B
HTML
<!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>
|