mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-19 18:38:36 +00:00
22 lines
684 B
HTML
22 lines
684 B
HTML
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/
|
|
-->
|
|
|
|
<!--
|
|
See comment in test_webapp_clearBrowserData_inproc_inproc.html for an
|
|
explanation of what's going on here.
|
|
-->
|
|
|
|
<html>
|
|
<head>
|
|
<title>Indexed Database Clear Browser Data Test oop/inproc</title>
|
|
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
|
<script type="text/javascript;version=1.7" src="webapp_clearBrowserData.js"></script>
|
|
<script type="text/javascript;version=1.7" src="helpers.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
|
</head>
|
|
<body onload="start();">
|
|
</body>
|
|
</html>
|