| Index: LayoutTests/fast/frames/resources/sandboxed-iframe-storage-disallowed.html
|
| diff --git a/LayoutTests/fast/frames/resources/sandboxed-iframe-storage-disallowed.html b/LayoutTests/fast/frames/resources/sandboxed-iframe-storage-disallowed.html
|
| index caad86dc89a8b5e946d58ca68b220ce2c44e2452..9ff0288260ce40d5d3fa8e78c4664e54b2e3615a 100644
|
| --- a/LayoutTests/fast/frames/resources/sandboxed-iframe-storage-disallowed.html
|
| +++ b/LayoutTests/fast/frames/resources/sandboxed-iframe-storage-disallowed.html
|
| @@ -57,6 +57,7 @@ window.onload = function() {
|
| shouldThrow("window.openDatabase('SandboxedIframeStorageDisallowed', '1.0', '', 1)");
|
| shouldThrow("window.localStorage", '"SecurityError: Access to \'localStorage\' is denied for this document. The document is sandboxed and lacks the \'allow-same-origin\' flag."');
|
| shouldThrow("window.sessionStorage", '"SecurityError: Access to \'sessionStorage\' is denied for this document. The document is sandboxed and lacks the \'allow-same-origin\' flag."');
|
| + shouldThrow("document.cookie",'"SecurityError: Access to \'cookie\' is denied for this document. The document is sandboxed and lacks the \'allow-same-origin\' flag."') ;
|
| }
|
|
|
| </script>
|
|
|