Skip to content
Permalink
Browse files
Added test for #975, so far it passes only in opera
  • Loading branch information
jzaefferer committed Mar 25, 2007
1 parent a10afee commit b8aa9e7
Showing 1 changed file with 5 additions and 0 deletions.
@@ -821,3 +821,8 @@ test("click() context", function() {
return false;
}).click();
});

test("$().html().evalScripts() Eval's Scripts Twice in Firefox, see #975", function() {
expect(1);
$("#main").html('<script type="text/javascript">ok( true, "execute script" );</script>').evalScripts();
});

0 comments on commit b8aa9e7

Please sign in to comment.