mirror of
https://github.com/jquery/jquery.git
synced 2026-02-06 07:45:01 -05:00
Added test for #975, so far it passes only in opera
This commit is contained in:
5
src/jquery/coreTest.js
vendored
5
src/jquery/coreTest.js
vendored
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user