dom/indexedDB/test/test_webapp_clearBrowserData_inproc_oop.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:2bfa714f00de
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 inproc/oop</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>

mercurial