mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
285 B
HTML
12 lines
285 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head><style>
|
|
div { text-indent:20px; }
|
|
</style></head>
|
|
<body>
|
|
<div style="width:0"> <span></span>Test</div>
|
|
<span style="float:left; width:100px; height:200px; background:yellow;"></span>
|
|
<div style="width:0"> <span></span>Test</div>
|
|
</body>
|
|
</html>
|