no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / pagination / fieldset-00J-ref.html
blob2621083be3127023f9b3c79cf0fadc9c88f0413c
1 <!DOCTYPE html>
2 <html class="reftest-paged">
3 <head>
4 <title>Reference: fieldset fragmentation</title>
5 <link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=471015">
6 <meta name="flags" content="paged">
7 <style>
8 @page { size:5in 3in; margin:0.5in; }
9 html,body {
10 color:black; background-color:white; font:0.5in/1 monospace; padding:0; margin:0;
12 fieldset {
13 padding: 0;
14 margin: 0;
15 border: 0;
16 border: 0.1in solid black;
18 legend {
19 padding: 0;
20 margin: 0;
21 width: 3em;
22 height: 1em;
23 box-sizing: border-box;
24 background: black;
26 </style>
27 </head>
28 <body>
29 <fieldset><legend></legend>A<br>B<br>C<br style="page-break-after:always"></fieldset>
30 </body>
31 </html>