Bug 1900426 - Implement DnD for shadow-crossing selection r=jjaschke,smaug,dom-core
[gecko.git] / layout / reftests / pagination / fieldset-004.html
blob171f2109ff3c65a14cd24d1b453497f09f8ef9ed
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: 1em solid black;
16 border-bottom-color: white;
18 legend {
19 padding: 0;
20 margin: 0;
21 width: 3em;
22 height: 2em;
24 div { height: 1em; }
25 </style>
26 </head>
27 <body>
28 <fieldset><div>A<br>B<br>C</div><legend></legend></fieldset>
29 <span>AFTER</span>
30 </body>
31 </html>