no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / pagination / fieldset-008-ref.html
blob31db8e91622af408bb84e31eab388533fe47eefe
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.5em;
14 margin: 1em;
15 border: 1em solid black;
16 border-bottom-width: 0;
18 legend {
19 padding: 0;
20 margin: 0;
21 width: 0;
22 height: 0;
24 p {
25 margin: 1em;
26 margin-top: 0;
27 padding: 0;
28 border: 1em solid black;
29 border-top-width: 0;
31 .pb { page-break-after: always; }
32 </style>
33 </head>
34 <body>
35 <fieldset class="pb"><legend></legend>A</fieldset>
36 <p></p>
37 <span>AFTER</span>
38 </body>
39 </html>