Bug 1816170 - Disable perftest-on-autoland cron. r=aglavic
[gecko.git] / dom / indexedDB / test / test_index_object_cursors.html
blobbbf55b5f54410010ba7dfb6129398e15672135b8
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_index_object_cursors.js"></script>
13 <script type="text/javascript" src="helpers.js"></script>
14 </head>
16 <body onload="runTest();"></body>
18 </html>