Bug 254385
| Summary: | [MSE] media/media-source/media-source-fudge-factor.html times out | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Component: | Media | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=225367 | ||
Jean-Yves Avenard [:jya]
The test is invalid, it assumes that the `SourceBuffer.updating` attribute will be false when `loadedmetadata` is fired.
This assumption would be okay in WK1 or if the SourceBufferPrivate runs in the content process as all is done synchronously in this case.
But should this test run in the GPU Process, that assumption will always be incorrect and calling SourceBuffer.append() while `SourceBuffer.updating == true` will throw
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/107162814>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/11898
EWS
Committed 262069@main (99cbb993489c): <https://commits.webkit.org/262069@main>
Reviewed commits have been landed. Closing PR #11898 and removing active labels.