Bug 212666

Summary: Layout test failures: media/video-create-with-user-gesture.html and media/video-restricted-no-preload-auto.html
Product: WebKit Reporter: Peng Liu <peng.liu6>
Component: MediaAssignee: Peng Liu <peng.liu6>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, ews-watchlist, glenn, jer.noble, philipj, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Peng Liu 2020-06-02 15:45:36 PDT
Diff:

@@ -3,6 +3,6 @@
 RUN(video.src = findMediaFile("video", "content/test"))
 RUN(video.setAttribute("autoplay", ""))
 RUN(document.body.appendChild(video))
-EVENT(playing)
+FAIL: did not end fast enough
 END OF TEST


@@ -15,7 +15,6 @@
 EXPECTED (video.buffered.length == '0') OK
 RUN(video.play())
 
-EVENT(canplaythrough)
-
+FAIL: did not end fast enough
 END OF TEST
Comment 1 Peng Liu 2020-06-02 15:46:04 PDT
<rdar://problem/63543285>
Comment 2 Peng Liu 2020-06-02 15:59:45 PDT
Created attachment 400863 [details]
Patch
Comment 3 EWS 2020-06-02 18:38:33 PDT
Committed r262468: <https://trac.webkit.org/changeset/262468>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 400863 [details].