1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/indexedDB/test/test_webapp_clearBrowserData_oop_inproc.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<!-- 1.5 + Any copyright is dedicated to the Public Domain. 1.6 + http://creativecommons.org/publicdomain/zero/1.0/ 1.7 +--> 1.8 + 1.9 +<!-- 1.10 + See comment in test_webapp_clearBrowserData_inproc_inproc.html for an 1.11 + explanation of what's going on here. 1.12 +--> 1.13 + 1.14 +<html> 1.15 +<head> 1.16 + <title>Indexed Database Clear Browser Data Test oop/inproc</title> 1.17 + <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> 1.18 + <script type="text/javascript;version=1.7" src="webapp_clearBrowserData.js"></script> 1.19 + <script type="text/javascript;version=1.7" src="helpers.js"></script> 1.20 + <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> 1.21 +</head> 1.22 +<body onload="start();"> 1.23 +</body> 1.24 +</html>