forked from ntulip/dui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DUITests.html
43 lines (29 loc) · 1.35 KB
/
DUITests.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
41
42
43
<html>
<head>
<title>DUI NO DOY</title>
<script type="text/javascript" src="src/DUI.min.js"></script>
<script type="text/javascript">
DUI.scriptURL = './src/';
DUI.debug = true;
</script>
<style type="text/css">
.yui-console-entry-fail {
background: #faa;
}
.booting {
color: green;
}
</style>
</head>
<body class="yui-skin-sam _load:..:BootTest:loadTest.js">
<a href="LOLOLOLOLOL" class="_click:..:DUITests.js">I'LL RUN ALL YOUR TESTS. CLICK ME.</a>
<h1 class="gumboot whee">I'LL WORK AFTER SOMEONE ELSE BOOTS</h1>
<h1 class="lol _click:..:BootTest:test.js whee"><b>If bubbling works, I'll boot.</b> I CAN BOOT TOO, AND I'LL WORK AFTER BINDING TOO</h1>
<h1 class="lol booties whuuut hay">I SHOULDN'T BOOT OR DO ANYTHING</h1>
<input type="button" class="bootcapades _hover:..:BootTest:test.js" value="HAHAHAHOVER" />
<h1 class="dhtdy _load:..:BootTest:loadTest.js snthp bananas">LOADING</h1>
<a href="http://google.com" class="out _click:..:BootTest:test.js">Take me away from here</a>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<h1 class="_view:..:BootTest:test.js">SCROLLLLL INTO ME DAVE MATTHEWS</h1>
</body>
</html>