fune/toolkit/components/gfx/content/sanitytest.html
Jean-Yves Avenard a3fda0c220 Bug 1392143 - P5. Improve rendering test. r=mattwoodrow
We now check that the canvas is properly scaled by checking if the color immediately on the right of the canvas is correct.

If the rendering failed, we do not bother testing the H264 video decoder.

MozReview-Commit-ID: IwBwKnceLBg

--HG--
extra : rebase_source : 35c5a6b0ed784ffce844a1aa5e502a3bf99de914
2017-09-07 19:19:35 +02:00

6 lines
157 B
HTML

<html>
<body>
<div style="width:32px; height:64px; background-color:red;"></div>
<video src="videotest.mp4"></video>
</body>
</html>