Bug 166971

Summary: html5test.com is broken on last WebKit trunk
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: alex, bugs-noreply, csaavedra, eocanha, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: http://html5test.com/

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.