devicepixel-ref.html (439B)
1 <!doctype html> 2 <style> 3 #greenrect { 4 width: 100%; 5 height: 100%; 6 border: 1px solid green; 7 box-sizing: border-box; 8 } 9 #outer { 10 padding-top: 1.7px; 11 width: 300.8px; 12 height: 250.1px; 13 } 14 #outer2 { 15 padding-top: 1.4px; 16 width: 300.8px; 17 height: 250.1px; 18 } 19 </style> 20 <body> 21 <div id="outer"> 22 <div id="greenrect"></div> 23 </div> 24 <div id="outer2"> 25 <div id="greenrect"></div> 26 </div> 27 </body>