-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathmrhyde-test.html
More file actions
39 lines (36 loc) · 1.62 KB
/
mrhyde-test.html
File metadata and controls
39 lines (36 loc) · 1.62 KB
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
<!doctype html>
<html>
<!-- this file swiped and adapted from domina test suite -->
<head>
<meta charset="UTF-8">
<title>mrhyde tests</title>
<link href="tests.css" rel="stylesheet" type="text/css"><link>
</head>
<body>
<iframe style="display:inline" src="mrhyde-test-whitespace.html" width="45%" height="600" seamless="true" name="noopts">
<p>Your browser does not support iframes - what the hell browser is this?</p>
</iframe>
<iframe style="display:inline" src="mrhyde-test-simple.html" width="45%" height="600" seamless="true" name="noopts">
<p>Your browser does not support iframes - what the hell browser is this?</p>
</iframe>
<iframe style="display:inline" src="mrhyde-test-advanced.html" width="45%" height="600" seamless="true" name="noopts">
<p>Your browser does not support iframes - what the hell browser is this?</p>
</iframe>
<!--
<iframe style="display:inline" src="mrhyde-test-min.html" width="45%" height="600" seamless="true" name="noopts">
<p>Your browser does not support iframes - what the hell browser is this?</p>
</iframe>
<iframe src="single-mrhyde-test.html" width="50%" seamless="true" name="someopts" sandbox="">
<p>Your browser does not support iframes - what the hell browser is this?</p>
</iframe>
<script type="text/javascript" src="d3/d3.js"></script>
<script type="text/javascript" src="dummylib.js"></script>
<div id="daddy">
<script id="hook-of-destruction" type="text/javascript" src="out/strokes_test.js"></script>
</div>
<script>
mrhyde.test.launch();
</script>
-->
</body>
</html>