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