| Index: LayoutTests/http/tests/security/same-origin-websql-blocked.html
|
| diff --git a/LayoutTests/http/tests/security/same-origin-websql-blocked.html b/LayoutTests/http/tests/security/same-origin-websql-blocked.html
|
| deleted file mode 100644
|
| index 149085d271f6b282f53e92a14e9dfa19f1c0a290..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/security/same-origin-websql-blocked.html
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script>
|
| -var frames = 1;
|
| -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-websql.html" onload="decrement()"></iframe>
|
| -</body>
|
| -</html>
|
|
|