File: gh-1764-fullscreen-iframe.html

package info (click to toggle)
node-jquery 2.2.4%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,288 kB
  • sloc: php: 122; xml: 36; makefile: 9; sh: 2
file content (21 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (9)
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>