Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / mp4-video / image-rendering-css.html
blobd41feb595b7a0f92d6ac7819d4fa6a73c54d3817
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 -moz-crisp-edges</title>
10 <style type="text/css">
11 #v1 {
12 image-rendering: -moz-crisp-edges;
14 </style>
15 </head>
17 <body>
18 <video src="qr.mp4" preload="metadata" id="v1" style="position:absolute; left:0; top:0"></video>
19 </body>
21 </html>