Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / 013.html
blob07cc7230cb8aefda6a43a684ed50eb07df8bbae3
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
4 <title>Macromedia - Products</title>
7 <style type="text/css">
8 body { overflow: hidden; }
10 #bluebox {
11 background-color: blue;
12 position: absolute;
13 top: 64px;
14 width: 100%;
15 height: 100px;
16 padding: 8px 0px 0px 0px;
17 margin: 0px;
18 text-align: center;
22 #greenbox {
23 background-color: green;
24 margin: 0px auto;
25 text-align: left;
26 width: 723px;
27 height: 55px;
30 #yellowbox {
31 float: left;
32 padding: 16px 16px 16px 16px;
33 background-color: yellow;
37 #redbox {
38 position:absolute;
39 top: 58px;
40 left: 567px;
41 padding: 8px 0px 0px 0px;
43 background-color: red;
45 height: 161px;
49 </style>
51 </head>
53 <body>
55 <div id="bluebox">
57 <div id="redbox">this is the pseudorNav div</div>
58 <div id="greenbox" style="border-bottom:2px solid #888878;">
59 some other macromedia logo
60 </div>
62 <div id="yellowbox" style="width: 100px;">Feh
66 </div>
68 </div>
70 </body><!-- InstanceEnd --></html>