mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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 inproc/oop</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>
|