forked from brianleroux/lawnchair
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcookie.html
23 lines (21 loc) · 979 Bytes
/
cookie.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Lawnchair Spec</title>
<link rel="stylesheet" href="../shoulda/shoulda.css" type="text/css" media="screen" title="no title" charset="utf-8">
<script src="../shoulda/qunit.js" type="text/javascript" charset="utf-8"></script>
<script src="../shoulda/shoulda.js" type="text/javascript" charset="utf-8"></script>
<script src="../../src/adaptors/LawnchairAdaptorHelpers.js" type="text/javascript" charset="utf-8"></script>
<script src="../../src/adaptors/CookieAdaptor.js" type="text/javascript" charset="utf-8"></script>
<script src="../../src/Lawnchair.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
var store = new Lawnchair({adaptor:'cookie'});
</script>
<script src="../lawnchair-spec.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<h2 id="qunit-banner">Lawnchair Spec</h2>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
</body>
</html>