mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
19 lines
616 B
HTML
19 lines
616 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||
|
<html lang="en-US">
|
||
|
<head>
|
||
|
<title>Testcase, bug 134706</title>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div style="width: 300px; height: 150px; background: aqua">
|
||
|
<div style="float:right; background:blue; width: 100px; height: 100px"></div>
|
||
|
<div style="float:left; background:yellow; width: 300px; height: 50px">
|
||
|
<div style="background:purple; width: 250px; height: 50px"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|