mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
10 lines
239 B
HTML
10 lines
239 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-print">
|
|
<body>
|
|
<div style="height:800px;"></div>
|
|
<div style="opacity:0.5;">
|
|
<div style="position:absolute; top:0; left:0; width:100px; height:100px; background:black;">Hi</div>
|
|
</div>
|
|
</body>
|
|
</html>
|