diff options
Diffstat (limited to 'dom/indexedDB/test/test_count.html')
-rw-r--r-- | dom/indexedDB/test/test_count.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dom/indexedDB/test/test_count.html b/dom/indexedDB/test/test_count.html new file mode 100644 index 0000000000..d85494be2b --- /dev/null +++ b/dom/indexedDB/test/test_count.html @@ -0,0 +1,18 @@ +<!-- + Any copyright is dedicated to the Public Domain. + http://creativecommons.org/publicdomain/zero/1.0/ +--> +<html> +<head> + <title>Indexed Database Property Test</title> + + <script src="/tests/SimpleTest/SimpleTest.js"></script> + <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> + + <script type="text/javascript" src="unit/test_count.js"></script> + <script type="text/javascript" src="helpers.js"></script> +</head> + +<body onload="runTest();"></body> + +</html> |