Skip to content

Commit

Permalink
Should be working in IE6 now.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrhodes committed Nov 16, 2013
1 parent e0cd070 commit ac452f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shared/tests.js
Expand Up @@ -25,7 +25,7 @@ module.exports = function(mkdom) {
var title = element.getElementsByTagName('title')[0]
var intro = element.getElementsByTagName('p')[0]

test.equal(title.innerHTML, 'Complete document', 'title matches')
test.ok(element.innerHTML.indexOf('Complete document') >= 0, 'title matches')
test.equal(text(intro), 'This is the introduction.', 'intro matches')

test.end()
Expand Down

0 comments on commit ac452f6

Please sign in to comment.