Backed out 6 changesets (bug 1921980) for causing wrench bustages. CLOSED TREE
[gecko.git] / layout / reftests / pagination / fieldset-00C.html
blobbce234c68ef5c75009bffa8acbed7610f2524d5e
1 <!DOCTYPE html>
2 <html class="reftest-paged">
3 <head>
4 <title>CSS Test: 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 background: black;
18 legend {
19 padding: 0;
20 margin: 0;
21 width: 3em;
22 height: 2em;
23 box-sizing: border-box;
24 border: 0.1in solid black;
25 page-break-before: always;
27 </style>
28 </head>
29 <body>
31 <fieldset><legend></legend></fieldset>
32 </body>
33 </html>