aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/manipulation/scripts-context.html
blob: 6958453c5b57e937aec146ce5f7796f51146d77a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>