-
Notifications
You must be signed in to change notification settings - Fork 1
/
test.html
40 lines (32 loc) · 1.1 KB
/
test.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
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>xinf JS test</title>
<style type="text/css">
body {
margin: 0;
background: #fff;
}
</style>
</head>
<body>
<script language="javascript">
window.statusbar.visible =
window.toolbar.visible =
window.locationbar.visible =
window.menubar.visible =
window.personalbar.visible =
false;
// window.innerWidth = 640;
// window.innerHeight = 480;
document.body.style.overflow="hidden";
</script>
<div id="haxe:trace" style="position:absolute; max-height: 200px;
overflow:auto; bottom: 0; padding: 10px; border: 1px solid black;
font: 9pt sans-serif;
display: block "></div>
<script type="text/javascript" src="test.js"></script>
</body>
</html>