postal.js/spec/runner.html

19 lines
No EOL
619 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script type="text/javascript">
var core = window.open("postal.core.html","core");
core.focus();
var wCapture = window.open("postal.withCapture.html","wCapture");
wCapture.focus();
var wReplay = window.open("postal.withReplay.html","wReplay");
wReplay.focus();
var wCaptureReplay = window.open("postal.withCapture_Replay.html","wCaptureReplay");
wCaptureReplay.focus();
</script>
</head>
<body>
</body>
</html>