no ticket: fix jQuery suite failure on Android

This commit is contained in:
Richard Gibson
2012-10-17 15:20:15 -04:00
parent 063ea024e9
commit c31539c8a2
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ function testSubproject( label, url, risTests ) {
success: function( data, status, jqXHR ) {
var page = jQuery.parseHTML(
// replace html/head with dummy elements so they are represented in the DOM
( data || "" ).replace( /(<\/?)(?:html|head)\b/g, "$1div" ),
( data || "" ).replace( /<\/?((!DOCTYPE|html|head)\b.*?)>/gi, "[$1]" ),
document,
true
);