mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Added test for #975, so far it passes only in opera
This commit is contained in:
parent
a10afee0c3
commit
b8aa9e7cfc
5
src/jquery/coreTest.js
vendored
5
src/jquery/coreTest.js
vendored
@ -821,3 +821,8 @@ test("click() context", function() {
|
|||||||
return false;
|
return false;
|
||||||
}).click();
|
}).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();
|
||||||
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user