box-sizing-012-ref.html (434B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Basic User Interface Reference File</title> 4 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/"> 5 <style> 6 div { 7 margin-bottom: 10px; 8 width: 100px; 9 height: 70px; 10 background: green; 11 } 12 13 </style> 14 <body> 15 <p>Test passes if there are 2 <strong>filled green rectangles</strong> and they are the <strong>same size</strong>.</p> 16 <div></div> 17 <div></div> 18 </body>