forked from tomrittervg/TorZillaPrint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewwin.html
30 lines (30 loc) · 985 Bytes
/
newwin.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>i'm a new window</title>
<style>
body {background-color: #1a1a1a; color: #b3b3b3;}
h2 {font-size: 24px}
.s1 {background-color: #1a1a1a; color: #dc8c8c;}
.hidden {display: none;}
</style>
</head>
<body>
<center>
<h2>wait</h2>
<p><span class="s1">don't close me</span><br>straight away<p>
<p><span class="s1">wait</span> for the <code>window.length</code>
<br>and <code>window.iframes</code> tests
<br>to finish... about <span class="s1">five seconds</span>
<p>
<p><span class="s1">then</span> refer back to the<br>results on the main test</p>
</center><br>
<div class="hidden">
<iframe src=""></iframe>
<iframe src=""></iframe>
<iframe src=""></iframe>
<iframe src=""></iframe>
<iframe src=""></iframe><div>
</body>
</html>