Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / details-summary / float-left-and-inflow-open-details-ref.html
blob1642ad623cec023d1a8550dc0dc179c49641ae92
1 <!DOCTYPE html>
2 <!-- Any copyright is dedicated to the Public Domain.
3 - http://creativecommons.org/publicdomain/zero/1.0/ -->
5 <html>
6 <style>
7 body {
8 width: 400px;
10 div#float {
11 float: left;
12 width: 200px;
13 height: 200px;
14 background-color: lightgreen;
16 div#details {
17 background-color: orange;
19 div#summary {
20 background-color: green;
22 </style>
23 <body>
24 <div id="float"></div>
25 <div id="details">
26 <div id="summary">Summary</div>
27 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
28 tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
29 veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
30 commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
31 velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
32 cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id
33 est laborum.
34 </div>
35 </body>
36 </html>