Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manipulation: don't test data-URI with script element in IE8
Since, apparently, it doesn't support it. Couldn't find more relevant info then this - http://msdn.microsoft.com/en-us/library/cc848897(v=vs.85).aspx No guard for older IE, since support for them will be removed soon anyway
- Loading branch information
503e545
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test also fails in Android 2.3 although it supports data-URIs; not sure if it just doesn't support them in scripts.
503e545
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, it fails in most Android Browsers:
http://swarm.jquery.org/job/3915
http://swarm.jquery.org/job/3914
It's weird that it fails in Android 4.2 only in one branch.
503e545
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably the same thing as with IE8 since data-uri in test is valid, so like you said:
Need to add a additional guard for them