mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
22449eb968
Fixes gh-1757 Close gh-2696
19 lines
332 B
HTML
19 lines
332 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8 />
|
|
<title>body</title>
|
|
</head>
|
|
<body>
|
|
<div id="qunit-fixture"></div>
|
|
<script src="../../jquery.js"></script>
|
|
<script>
|
|
window.parent.iframeCallback(
|
|
window,
|
|
document.body,
|
|
"<script>window.scriptTest = true;<\x2fscript>"
|
|
);
|
|
</script>
|
|
</body>
|
|
</html>
|