зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
650f34aa50
Коммит
2e0f7ed44e
Двоичный файл не отображается.
Двоичный файл не отображается.
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче