[Webkit-unassigned] [Bug 220569] New: [Media in GPU Process] Some of the tests fail while testing the ability of SourceBuffer
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 12 15:33:33 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=220569
Bug ID: 220569
Summary: [Media in GPU Process] Some of the tests fail while
testing the ability of SourceBuffer
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Canvas
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rini_patel at apple.com
CC: dino at apple.com
1. media/media-source/media-source-webm.html
EVENT(sourceopen)
RUN(source.duration = loader.duration())
RUN(sourceBuffer = source.addSourceBuffer(loader.type()))
+NotSupportedError: The operation is not supported.
RUN(sourceBuffer.appendBuffer(loader.initSegment()))
-EVENT(update)
-Append a media segment.
-RUN(sourceBuffer.appendBuffer(loader.mediaSegment(0)))
-EXPECTED (resizeEventFired == 'true') OK
-EXPECTED (videoWidth == '320') OK
-EXPECTED (videoHeight == '240') OK
+TypeError: undefined is not an object (evaluating 'sourceBuffer.appendBuffer')
+Caught exception: "TypeError: undefined is not an object (evaluating 'element.addEventListener')" FAIL
2. media/media-source/media-source-webm-init-inside-segment.html
RUN(source.duration = loader.duration())
RUN(sourceBuffer = source.addSourceBuffer(loader.type()))
RUN(sourceBuffer.appendBuffer(loader.initSegment()))
-EVENT(update)
-Append a media segment.
-RUN(sourceBuffer.appendBuffer(loader.mediaSegment(0)))
-EVENT(update)
-Append a new Initialization Segment.
-RUN(sourceBuffer.appendBuffer(loader.initSegment()))
-EVENT(update)
-Append a media segment.
-RUN(sourceBuffer.appendBuffer(loader.mediaSegment(1)))
-EVENT(update)
+EVENT(error) TEST(false) FAIL
--
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/20210112/3a06bcbc/attachment.htm>
More information about the webkit-unassigned
mailing list