OLD | NEW |
1 This tests that cookie access throws exceptions with reasonable messages inside
'data:' URLs. | 1 This tests that cookie access throws 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 'cookie' is denied for this document. Cookie
s are disabled inside 'data:' URLs." | 6 PASS exceptionMessage is "Failed to read the 'cookie' property from 'Document':
Cookies are disabled inside 'data:' URLs." |
7 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
8 | 8 |
9 TEST COMPLETE | 9 TEST COMPLETE |
10 | 10 |
OLD | NEW |