OLD | NEW |
1 This tests that storage methods throw exceptions with reasonable messages inside
'data:' URLs. | 1 This tests that storage methods throw exceptions with reasonable messages inside
'data:' URLs. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS exceptionMessage is "Access to 'localStorage' is denied for this document.
Storage is disabled inside 'data:' URLs." | 6 PASS exceptionMessage is "Failed to read the 'localStorage' property from 'Windo
w': Storage is disabled inside 'data:' URLs." |
7 PASS exceptionMessage is "Access to 'sessionStorage' is denied for this document
. Storage is disabled inside 'data:' URLs." | 7 PASS exceptionMessage is "Failed to read the 'sessionStorage' property from 'Win
dow': Storage is disabled inside 'data:' URLs." |
8 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
9 | 9 |
10 TEST COMPLETE | 10 TEST COMPLETE |
11 | 11 |
OLD | NEW |