OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <title>Blocked event</title> | 2 <title>Blocked event</title> |
3 <link rel="author" href="mailto:odinho@opera.com" title="Odin Hørthe Omdal"> | 3 <link rel="author" href="mailto:odinho@opera.com" title="Odin Hørthe Omdal"> |
4 <script src="../../../resources/testharness.js"></script> | 4 <script src="../../../resources/testharness.js"></script> |
5 <script src="../../../resources/testharnessreport.js"></script> | 5 <script src="../../../resources/testharnessreport.js"></script> |
6 <script src="support.js"></script> | 6 <script src="support.js"></script> |
7 | 7 |
8 <div id="log"></div> | 8 <div id="log"></div> |
9 | 9 |
10 <script> | 10 <script> |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 } | 99 } |
100 | 100 |
101 | 101 |
102 // Cleanup | 102 // Cleanup |
103 add_completion_callback(function(tests) { | 103 add_completion_callback(function(tests) { |
104 if (db2) db2.close(); | 104 if (db2) db2.close(); |
105 indexedDB.deleteDatabase('db'); | 105 indexedDB.deleteDatabase('db'); |
106 }) | 106 }) |
107 | 107 |
108 </script> | 108 </script> |
OLD | NEW |