mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
ad91776365
These new tests are disabled on Android because the test they're replacing, test_webapp_clearBrowserData.html, was also disabled on Android, and the new tests fail in the same way as the original test. --HG-- rename : dom/indexedDB/test/test_webapp_clearBrowserData.html => dom/indexedDB/test/webapp_clearBrowserData.js
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>
|