| Index: LayoutTests/fast/frames/resources/sandboxed-iframe-storage-allowed.html
|
| diff --git a/LayoutTests/fast/frames/resources/sandboxed-iframe-storage-allowed.html b/LayoutTests/fast/frames/resources/sandboxed-iframe-storage-allowed.html
|
| index 99ae2d9c5d21fafa991548c5d03afbf06fe49398..90e2e49655115d784f252977112ffb3368e48ecc 100644
|
| --- a/LayoutTests/fast/frames/resources/sandboxed-iframe-storage-allowed.html
|
| +++ b/LayoutTests/fast/frames/resources/sandboxed-iframe-storage-allowed.html
|
| @@ -7,6 +7,7 @@ window.onload = function() {
|
| shouldBeTrue("window.openDatabase('SandboxedIframeStorageAllowed', '1.0', '', 1) != null");
|
| shouldBeTrue("window.localStorage != null");
|
| shouldBeTrue("window.sessionStorage != null");
|
| + shouldBeTrue("document.cookie != null");
|
| }
|
|
|
| </script>
|
|
|