[Webkit-unassigned] [Bug 160469] New: media/pip-video-going-into-fullscreen.html is a flaky failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 2 15:04:57 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=160469

            Bug ID: 160469
           Summary: media/pip-video-going-into-fullscreen.html is a flaky
                    failure
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: adachan at apple.com

media/pip-video-going-into-fullscreen.html is flaky.

@@ -3,7 +3,6 @@
 Going into Picture-in-Picture
 EXPECTED (video.webkitPresentationMode == 'picture-in-picture') OK
 Going into Full Screen from Picture-in-Picture
-EXPECTED (document.webkitCurrentFullScreenElement == '[object HTMLVideoElement]') OK
-EXPECTED (video.webkitPresentationMode == 'fullscreen') OK
+Presentation mode changes more than once going into fullscreen from picture-in-picture. FAIL
 END OF TEST

It looks like when we go from Picture-in-Picture to Fullscreen on Mac, the presentation mode changes from "picture-in-picture" to "fullscreen", and then from "fullscreen" to "inline".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160802/4aec1a0e/attachment-0001.html>


More information about the webkit-unassigned mailing list