Bug 221821
| Summary: | [GPUP] Test platform/iOS/media/mediacapabilities/mediacapabilities-encodingInfo-undefined.html fails when media in GPU Process is enabled | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Peng Liu <peng.liu6> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | eric.carlson, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 221830 | ||
Peng Liu
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS typeof navigator.mediaCapabilities.encodingInfo is "undefined"
-PASS typeof MediaCapabilities.prototype.encodingInfo is "undefined"
+FAIL typeof navigator.mediaCapabilities.encodingInfo should be undefined. Was function.
+FAIL typeof MediaCapabilities.prototype.encodingInfo should be undefined. Was function.
PASS successfullyParsed is true
TEST COMPLETE
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/74526045>
Eric Carlson
This was fixed r273504
*** This bug has been marked as a duplicate of bug 221691 ***