|
1 <!-- |
|
2 Any copyright is dedicated to the Public Domain. |
|
3 http://creativecommons.org/publicdomain/zero/1.0/ |
|
4 --> |
|
5 |
|
6 <!-- |
|
7 See comment in test_webapp_clearBrowserData_inproc_inproc.html for an |
|
8 explanation of what's going on here. |
|
9 --> |
|
10 |
|
11 <html> |
|
12 <head> |
|
13 <title>Indexed Database Clear Browser Data Test oop/inproc</title> |
|
14 <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> |
|
15 <script type="text/javascript;version=1.7" src="webapp_clearBrowserData.js"></script> |
|
16 <script type="text/javascript;version=1.7" src="helpers.js"></script> |
|
17 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> |
|
18 </head> |
|
19 <body onload="start();"> |
|
20 </body> |
|
21 </html> |