image-rendering-css-auto.html (526B)
1 <!DOCTYPE HTML> 2 <!-- 3 Any copyright is dedicated to the Public Domain. 4 http://creativecommons.org/licenses/publicdomain/ 5 --> 6 <html reftest-zoom="2"> 7 <head> 8 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 9 <title>test video image-rendering css auto</title> 10 <style type="text/css"> 11 #v1 { 12 image-rendering: auto; 13 } 14 </style> 15 </head> 16 17 <body> 18 <video src="qr.mp4" preload="metadata" id="v1" style="position:absolute; left:0; top:0"></video> 19 </body> 20 21 </html>