Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / gfx / tests / reftest / 1792527-1-ref.html
blob85c32ef1c057b2998fe669f08a3f7b8a6ba3d601
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .smooth {
6 image-rendering: smooth;
8 </style>
9 </head>
10 <body>
11 <img class="smooth" src="dino.png" width="32" height="32">
12 <img class="smooth" src="dino.png" width="32" height="32">
13 <img class="smooth" src="dino.png" width="32" height="32">
14 </body>
15 </html>