Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / appcache / exceptions-expected.txt
blob65ec8e20bad2af444f5162b2f16abc5965d56eb2
1 This tests that 'ApplicationCache' methods throw exceptions with reasonable messages.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS cache.update() threw exception InvalidStateError: Failed to execute 'update' on 'ApplicationCache': there is no application cache to update..
7 PASS cache.swapCache() threw exception InvalidStateError: Failed to execute 'swapCache' on 'ApplicationCache': there is no newer application cache to swap to..
8 PASS successfullyParsed is true
10 TEST COMPLETE