mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Autocomplete Tests: Fix oldIE test failures by accounting for casing differences in .html() return values.
This commit is contained in:
parent
e12879a441
commit
70717273a8
@ -195,7 +195,7 @@ test( ".replaceWith() (#9172)", function() {
|
||||
replacement = "<div>test</div>",
|
||||
parent = element.parent();
|
||||
element.replaceWith( replacement );
|
||||
equal( parent.html(), replacement );
|
||||
equal( parent.html().toLowerCase(), replacement );
|
||||
});
|
||||
|
||||
}( jQuery ) );
|
||||
|
Loading…
Reference in New Issue
Block a user