Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / domstorage / storage-functions-not-overwritten-expected.txt
blobeffbcbe121813ee4643f9b34c31ec35a6aa968d2
1 This test checks to ensure that window.localStorage and window.sessionStorage are not rendered unusable by setting a key with the same name as a storage function such that the function is hidden.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS storage.getItem('clear') is "almost"
7 PASS storage.getItem('key') is "too"
8 PASS storage.getItem('getItem') is "funny"
9 PASS storage.getItem('removeItem') is "to"
10 PASS storage.getItem('length') is "be"
11 PASS storage.getItem('setItem') is "true"
12 PASS storage.getItem('clear') is "almost"
13 PASS storage.getItem('key') is "too"
14 PASS storage.getItem('getItem') is "funny"
15 PASS storage.getItem('removeItem') is "to"
16 PASS storage.getItem('length') is "be"
17 PASS storage.getItem('setItem') is "true"
18 PASS successfullyParsed is true
20 TEST COMPLETE