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:
Michał Gołębiowski
2015-09-08 18:57:39 +02:00
parent f709a284e2
commit 1b48eef4ca
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
);