Index: LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt |
=================================================================== |
--- LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt (revision 131667) |
+++ LayoutTests/storage/indexeddb/intversion-bad-parameters-expected.txt (working copy) |
@@ -18,11 +18,12 @@ |
Expecting TypeError exception from indexedDB.open(dbname, -5) |
PASS Exception was thrown. |
PASS indexedDB.open(dbname, -5) threw TypeError: Type error |
- |
-FIXME: Using -1 doesn't throw TypeError but it should |
-Expecting TypeError exception from request = indexedDB.open(dbname, -1) |
-FAIL No exception thrown! |
-FAIL Success function called unexpectedly. |
+Expecting TypeError exception from indexedDB.open(dbname, -1) |
+PASS Exception was thrown. |
+PASS indexedDB.open(dbname, -1) threw TypeError: Type error |
+Expecting TypeError exception from indexedDB.open(dbname, 0x20000000000000) |
+PASS Exception was thrown. |
+PASS indexedDB.open(dbname, 0x20000000000000) threw TypeError: Type error |
PASS successfullyParsed is true |
TEST COMPLETE |