21 lines
650 B
HTML
21 lines
650 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
|
<link rel="stylesheet" href="qunit.css" type="text/css" media="screen" />
|
||
|
|
<script src="stop.js"></script>
|
||
|
|
<script src="qunit.js"></script>
|
||
|
|
<script src="eventsource.js"></script>
|
||
|
|
<script src="tests.js"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1 id="qunit-header">QUnit tests for EventSource</h1>
|
||
|
|
<h2 id="qunit-banner"></h2>
|
||
|
|
<div id="qunit-testrunner-toolbar"></div>
|
||
|
|
<h2 id="qunit-userAgent"></h2>
|
||
|
|
<ol id="qunit-tests"></ol>
|
||
|
|
<div id="qunit-fixture"></div>
|
||
|
|
<div id="test"></div>
|
||
|
|
</body>
|
||
|
|
</html>
|