viewport-units-rounding-1.html (662B)
1 <!DOCTYPE HTML> 2 <title>viewport units rounding</title> 3 <meta charset="UTF-8"> 4 <style> 5 iframe { display: block; border: 0; margin: 0; padding: 0; } 6 </style> 7 8 <iframe scrolling="no" src="viewport-units-rounding-1-frame.html" width="200" height="50" ></iframe> 9 <iframe scrolling="no" src="viewport-units-rounding-1-frame.html" width="201" height="50" ></iframe> 10 <iframe scrolling="no" src="viewport-units-rounding-1-frame.html" width="202" height="50" ></iframe> 11 <iframe scrolling="no" src="viewport-units-rounding-1-frame.html" width="203" height="50" ></iframe> 12 <iframe scrolling="no" src="viewport-units-rounding-1-frame.html" width="204" height="50" ></iframe>