| Index: LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt
|
| diff --git a/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt b/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt
|
| index 751e828d3c39ed48c61d829c72382e7785f57a27..fc98835a2e943748cc66092ff15be2c4ca9a39ce 100644
|
| --- a/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt
|
| +++ b/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt
|
| @@ -17,6 +17,7 @@ Frame: '<!--framePath //<!--frame0-->-->'
|
| PASS window.openDatabase('SandboxedIframeStorageDisallowed', '1.0', '', 1) threw exception "SecurityError: An attempt was made to break through the security policy of the user agent.".
|
| PASS window.localStorage threw exception "SecurityError: Access to 'localStorage' is denied for this document. The document is sandboxed and lacks the 'allow-same-origin' flag.".
|
| PASS window.sessionStorage threw exception "SecurityError: Access to 'sessionStorage' is denied for this document. The document is sandboxed and lacks the 'allow-same-origin' flag.".
|
| +PASS document.cookie threw exception "SecurityError: Access to 'cookie' is denied for this document. The document is sandboxed and lacks the 'allow-same-origin' flag.".
|
|
|
|
|
| --------
|
| @@ -25,4 +26,5 @@ Frame: '<!--framePath //<!--frame1-->-->'
|
| PASS window.openDatabase('SandboxedIframeStorageAllowed', '1.0', '', 1) != null is true
|
| PASS window.localStorage != null is true
|
| PASS window.sessionStorage != null is true
|
| +PASS document.cookie != null is true
|
|
|
|
|