Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / indexeddb / legacy-constants-expected.txt
blobedd48ad6872b5366c093f2011a9fc521b79474a7
2 Verify that constants from previous version of the spec (beyond a grace period) have been removed:
3 PASS IDBKeyRange.SINGLE is undefined
4 PASS IDBKeyRange.LEFT_OPEN is undefined
5 PASS IDBKeyRange.RIGHT_OPEN is undefined
6 PASS IDBKeyRange.LEFT_BOUND is undefined
7 PASS IDBKeyRange.RIGHT_BOUND is undefined
8 PASS IDBTransaction.LOADING is undefined
9 PASS IDBRequest.LOADING is undefined
10 PASS IDBRequest.DONE is undefined
11 PASS IDBCursor.NEXT is undefined
12 PASS IDBCursor.NEXT_NO_DUPLICATE is undefined
13 PASS IDBCursor.PREV is undefined
14 PASS IDBCursor.PREV_NO_DUPLICATE is undefined
15 PASS IDBTransaction.READ_ONLY is undefined
16 PASS IDBTransaction.READ_WRITE is undefined
17 PASS IDBTransaction.VERSION_CHANGE is undefined
18 PASS successfullyParsed is true
20 TEST COMPLETE