contain-paint-formatting-context-float-001-ref.html (446B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>CSS Reftest Reference</title> 6 <link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com"> 7 <style> 8 #left { 9 float: left; 10 height: 50px; 11 width: 10px; 12 background: blue; 13 } 14 #a { 15 background: green; 16 margin: 10px; 17 width: 50px; 18 height: 50px; 19 } 20 </style> 21 </head> 22 <body> 23 <div id="left"></div> 24 <div id="a"></div> 25 </body> 26 </html>