File: WinMaxY-to-iframe-quirks.html

package info (click to toggle)
libjs-jquery-scrollto 2.1.2%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: javascript: 161; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<title>jQuery.scrollTo - Test Window MaxY to Iframe - Quirks Mode</title>
	<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.js"></script>
	<script type="text/javascript" src="../jquery.scrollTo.js"></script>
	<script type="text/javascript" src="test.js"></script>
</head>
<body>
	<h1>jQuery.scrollTo - Test Window MaxY to Iframe - Quirks Mode</h1>
	
	<iframe src="WinMaxY-quirks.html?notest" style="width:500px"></iframe>
	
	<script type="text/javascript">
		setTimeout(function(){
			$('iframe').test();
		}, 1500 );
	</script>
</html>