mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
190 B
HTML
11 lines
190 B
HTML
|
<!DOCTYPE html>
|
||
|
<head>
|
||
|
<style>
|
||
|
span { position: absolute; }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<span></span>
|
||
|
<span style="position: static; border: 1px solid green">Test<br>Test</span>
|
||
|
</body>
|