mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
20 lines
434 B
HTML
20 lines
434 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
</head>
|
|
|
|
<body>
|
|
<span style="float: left; height: 18000000px"/>
|
|
<p style="clear: left;"/>
|
|
<div>
|
|
<span style="float: right; height: 100px;">a</span>
|
|
b
|
|
<span style="float: right; height: 18000000px;"/>
|
|
<p/>
|
|
<span style="float: right; height: 18000000px;">c</span>
|
|
<table style="height: 20000000px;"/>
|
|
<p style="float: right;"/>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|