no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / details-summary / float-right-and-inflow-details-ref.html
blobb65de5bdbbf0943d923f3716bf8b338b303a6e40
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: right;
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 <!-- No content due to closed details -->
28 </div>
29 </body>
30 </html>