NEW 166971
html5test.com is broken on last WebKit trunk
https://bugs.webkit.org/show_bug.cgi?id=166971
Summary html5test.com is broken on last WebKit trunk
Carlos Alberto Lopez Perez
Reported 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.
Attachments
Carlos Alberto Lopez Perez
Comment 1 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.
Note You need to log in before you can comment on or make changes to this bug.