Bug 166971 - html5test.com is broken on last WebKit trunk
Summary: html5test.com is broken on last WebKit trunk
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://html5test.com/
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-12 06:20 PST by Carlos Alberto Lopez Perez
Modified: 2017-04-12 08:19 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2017-01-12 06:20:32 PST
Building last WebKit trunk and trying to load html5test.com with the minibrowser causes this:


 - Apple port: The spinning wheel appears, but it shows nothing more than that. It keeps stuck on the spinning wheel.
 - GTK port: a JS error is thrown: Test has failed: undefined is not an object (evaluating 'MediaSource.isTypeSupported') and after that an about page of the test appears instead of the results.
Comment 1 Carlos Alberto Lopez Perez 2017-01-12 12:40:03 PST
In the case of GTK+ this fixes the issue:

Tools/Scripts/run-minibrowser --gtk --release --enable-mediasource=true http://html5test.com/


That is: enabling the runtime flag media-source before loading the page.