Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / indexeddb / readonly-properties-expected.txt
blob5b7ff88265de7e444b6d3a664ee50b3bdde4de48
1 Test IndexedDB readonly properties
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 dbname = "readonly-properties.html"
7 indexedDB.deleteDatabase(dbname)
8 indexedDB.open(dbname)
9 objectStore = db.createObjectStore('foo');
10 trying to set readonly property objectStore.transaction
11 objectStore.transaction = this
12 PASS objectStore.transaction is still [object IDBTransaction]
13 PASS successfullyParsed is true
15 TEST COMPLETE