| Index: LayoutTests/http/tests/security/same-origin-storage-blocked.html
|
| diff --git a/LayoutTests/http/tests/security/same-origin-storage-blocked.html b/LayoutTests/http/tests/security/same-origin-storage-blocked.html
|
| deleted file mode 100644
|
| index 942a9a155d596d4f6f0b8300175c434f5dc072e3..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/security/same-origin-storage-blocked.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script>
|
| -var frames = 2;
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.dumpChildFramesAsText();
|
| - internals.settings.setStorageBlockingPolicy('BlockAll');
|
| -}
|
| -
|
| -function decrement() {
|
| - --frames;
|
| - if (!frames && window.testRunner)
|
| - internals.settings.setStorageBlockingPolicy('AllowAll');
|
| -}
|
| -</script>
|
| -</head>
|
| -<body>
|
| -<p>This iframe should return a security error:</p>
|
| -<iframe src="http://127.0.0.1:8000/security/resources/cross-origin-iframe-for-local-storage.html" onload="decrement()"></iframe>
|
| -<p>This iframe should return a security error:</p>
|
| -<iframe src="http://127.0.0.1:8000/security/resources/cross-origin-iframe-for-session-storage.html" onload="decrement()"></iframe>
|
| -</body>
|
| -</html>
|
|
|