| Index: LayoutTests/http/tests/security/storage-blocking-loosened-websql.html
|
| diff --git a/LayoutTests/http/tests/security/storage-blocking-loosened-websql.html b/LayoutTests/http/tests/security/storage-blocking-loosened-websql.html
|
| deleted file mode 100644
|
| index e02c3b3cadc0d2feafc04dee7efbb62ee57669a1..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/security/storage-blocking-loosened-websql.html
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.waitUntilDone();
|
| - testRunner.dumpAsText();
|
| - testRunner.dumpChildFramesAsText();
|
| -}
|
| -
|
| -if (window.testRunner)
|
| - internals.settings.setStorageBlockingPolicy('BlockAll');
|
| -
|
| -function decrement() {
|
| - if (window.testRunner)
|
| - internals.settings.setStorageBlockingPolicy('AllowAll');
|
| - for (var i = 0; i < window.frames.length; ++i)
|
| - window.frames[i].postMessage('blocked', '*');
|
| -}
|
| -
|
| -window.onmessage = function() {
|
| - if (window.testRunner) {
|
| - testRunner.notifyDone();
|
| - }
|
| -}
|
| -</script>
|
| -</head>
|
| -<body>
|
| -<p>This iframe should return only one security error:</p>
|
| -<iframe src="http://127.0.0.1:8000/security/resources/iframe-for-storage-blocking-changed-websql.html" onload="decrement()"></iframe>
|
| -</body>
|
| -</html>
|
|
|