-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qunit tests do not run under phantom.js #6
Comments
PhantomJS relies on QtWebkit which doesn't seem to support the dataURI protocol http://stackoverflow.com/questions/10854028/qtwebkit-qwebview-the-data-uri-protocol-not-supported |
polyglot works around the dataURI issue, but there are a couple of others (eg lack of support for |
@hjdivad the bind polyfil may do the trick c/d? |
@stefanpenner confirm, and we need it anyway for ie8. |
Several things we need to fix to get phantom working.
|
Phantom.js is currently not capable of appending iframes with data URI
src
attributes.The text was updated successfully, but these errors were encountered: