[Webkit-unassigned] [Bug 172648] New: LayoutTest media/video-orientation.html is failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 26 08:31:24 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=172648
Bug ID: 172648
Summary: LayoutTest media/video-orientation.html is failing
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: pvollan at apple.com
EVENT(loadstart)
EVENT(durationchange)
EVENT(loadedmetadata)
-EXPECTED (video.videoWidth == '288') OK
+EXPECTED (video.videoWidth == '288'), OBSERVED '0' FAIL
EXPECTED (video.videoHeight == '352') OK
Loading "content/rotation-180.mp4". Movie video with rotation-180 tag set, size 352x288.
EVENT(loadstart)
EVENT(durationchange)
EVENT(loadedmetadata)
-EXPECTED (video.videoWidth == '352') OK
-EXPECTED (video.videoHeight == '288') OK
+EXPECTED (video.videoWidth == '352'), OBSERVED '0' FAIL
+EXPECTED (video.videoHeight == '288'), OBSERVED '0' FAIL
Loading "content/rotation-270.mp4". Movie video with rotation-270 tag set, size 352x288.
EVENT(loadstart)
EVENT(durationchange)
EVENT(loadedmetadata)
EXPECTED (video.videoWidth == '288') OK
-EXPECTED (video.videoHeight == '352') OK
+EXPECTED (video.videoHeight == '352'), OBSERVED '0' FAIL
END OF TEST
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170526/919e002d/attachment.html>
More information about the webkit-unassigned
mailing list