mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 06:08:24 +02:00
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
6 lines
157 B
HTML
6 lines
157 B
HTML
<html>
|
|
<body>
|
|
<div style="width:32px; height:64px; background-color:red;"></div>
|
|
<video src="videotest.mp4"></video>
|
|
</body>
|
|
</html>
|