Bug 1228601 - [Part3] Add 2 reftests for video rotation of both directly playing and <video>.; r=mattwoodrow

MozReview-Commit-ID: 5CmrpFHsbtA

--HG--
extra : transplant_source : %0C%05%AE%DF%ACI%D8%BF%DA%C9%09%03%93%9F%FA%BA1q%A8%ED
This commit is contained in:
Kilik Kuo 2016-05-19 21:22:57 +08:00
Родитель 650f34aa50
Коммит 2e0f7ed44e
5 изменённых файлов: 16 добавлений и 0 удалений

Двоичные данные
dom/html/reftests/1frame_rotated.mp4 Normal file

Двоичный файл не отображается.

Двоичные данные
dom/html/reftests/1frame_rotation_90.mp4 Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<video src="1frame_rotated.mp4">
</body>
</html>

Просмотреть файл

@ -0,0 +1,6 @@
<DOCTYPE html>
<html>
<body>
<video src="1frame_rotation_90.mp4">
</body>
</html>

Просмотреть файл

@ -57,3 +57,7 @@ pref(dom.image.picture.enabled,true) pref(dom.image.srcset.enabled,true) == bug1
# Test imageset is using permissions.default.image
pref(permissions.default.image,1) HTTP == bug1196784-with-srcset.html bug1196784-no-srcset.html
pref(permissions.default.image,2) HTTP == bug1196784-with-srcset.html bug1196784-no-srcset.html
# Test video with rotation information can be rotated.
== bug1228601-video-rotation-90.html bug1228601-video-rotated-ref.html
== 1frame_rotation_90.mp4 1frame_rotated.mp4