mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 17:14:58 -05:00
Tests: Really fix tests in IE 8 this time
IE 8 doesn't have indexOf on arrays. Also, one toLowerCase() was missing. Oops.
This commit is contained in:
@@ -200,7 +200,7 @@ QUnit.test( "manipulation", function( assert ) {
|
||||
|
||||
// Support: IE 8 only
|
||||
// IE 8 prints tag names in upper case.
|
||||
elem1.html(),
|
||||
elem1.html().toLowerCase(),
|
||||
"<div></div><b></b><span></span><a></a>",
|
||||
".after/.before"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user