independent-formatting-context-fieldset-ref.html (878B)
1 <!DOCTYPE HTML> 2 <!-- 3 Any copyright is dedicated to the Public Domain. 4 http://creativecommons.org/publicdomain/zero/1.0/ 5 --> 6 <html><head> 7 <meta charset="utf-8"> 8 <title>Reference: subgrid is allowed on fieldset and button</title> 9 <link rel="author" title="Daniel Holbert" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1999886"> 10 <!-- TODO(dholbert): This file should ultimately be merged into 11 independent-formatting-context-ref.html; see 12 https://bugzilla.mozilla.org/show_bug.cgi?id=2000014 --> 13 <style> 14 15 html,body { 16 font:16px/1 monospace; padding:0; margin:0; line-height: 0; 17 } 18 19 .grid { 20 display: inline-block; 21 background-color: green; 22 width: 100px; 23 height: 100px; 24 margin-right: 20px; 25 margin-bottom: 20px; 26 vertical-align: top; 27 } 28 29 </style> 30 </head> 31 <body> 32 33 <div class="grid"> 34 </div> 35 36 <div class="grid"> 37 </div> 38 39 </body> 40 </html>