6 <script src=
"../../resources/js-test.js"></script>
8 description("This tests that storage methods throw exceptions when storage is disabled with reasonable messages.");
10 if (window
.testRunner
)
11 testRunner
.setStorageAllowed(false);
13 shouldThrow('window.sessionStorage');
14 shouldThrow('window.localStorage');