Bug 1885602 - Part 5: Implement navigating to the SUMO help topic from the menu heade...
[gecko.git] / dom / indexedDB / test / test_put_get_values.html
blob2b7b313f1c8bd478a428c9e011f1d77a235321d9
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <html>
6 <head>
7 <title>Indexed Database Property Test</title>
9 <script src="/tests/SimpleTest/SimpleTest.js"></script>
10 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
12 <script type="text/javascript" src="unit/test_put_get_values.js"></script>
13 <script type="text/javascript" src="helpers.js"></script>
15 </head>
17 <body onload="runTest();"></body>
19 </html>