aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/data/gh-1764-fullscreen-iframe.html
blob: bed56b8ecfeb7f4fc8958fb9a35905313b3b215f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head lang="en">
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<title>Test for gh-1764 - test iframe</title>
	<link rel="stylesheet" href="gh-1764-fullscreen-iframe.css">
</head>

<body class="iframe-page">
<div class="container">
	<div class="result"></div>
	<button class="toggle-fullscreen">Toggle fullscreen mode - iframe</button>
</div>
<script src="../../../dist/jquery.js"></script>
<script src="gh-1764-fullscreen.js"></script>
<script>
	bootstrapFrom( ".iframe-page", "iframe" );
</script>
</body>
</html>