aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/support/testElementCrash.html
blob: 1ede71c718579cd0e37fa8a9fe9581abd34dc6b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<style>
		body {
			background: url('http://s1.postimage.org/2d2r8xih0/body_background.png');
		}
	</style>
	<script src="../../../dist/jquery.js"></script>
</head>
<body>
	<script>
		window.parent.iframeCallback();
	</script>
</body>
</html>