|
1 <!-- |
|
2 Any copyright is dedicated to the Public Domain. |
|
3 http://creativecommons.org/publicdomain/zero/1.0/ |
|
4 --> |
|
5 <html> |
|
6 <head> |
|
7 <title>Indexed Database Property Test</title> |
|
8 |
|
9 <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> |
|
10 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> |
|
11 |
|
12 <script type="text/javascript;version=1.7" src="unit/test_traffic_jam.js"></script> |
|
13 <script type="text/javascript;version=1.7" src="helpers.js"></script> |
|
14 |
|
15 </head> |
|
16 |
|
17 <body onload="runTest();"></body> |
|
18 |
|
19 </html> |