| Index: LayoutTests/http/tests/security/cross-origin-worker-websql.html
|
| diff --git a/LayoutTests/http/tests/security/cross-origin-worker-websql.html b/LayoutTests/http/tests/security/cross-origin-worker-websql.html
|
| deleted file mode 100644
|
| index c6c1b02d2ba887968f640da0478f5fcf603fd54b..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/security/cross-origin-worker-websql.html
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script>
|
| -
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.dumpChildFramesAsText();
|
| - testRunner.waitUntilDone();
|
| - testRunner.setCanOpenWindows(true);
|
| - testRunner.setCloseRemainingWindowsWhenComplete(true);
|
| - internals.settings.setStorageBlockingPolicy('BlockThirdParty');
|
| -}
|
| -
|
| -document.location = "resources/document-for-cross-origin-worker-websql.html"
|
| -</script>
|
| -</head>
|
| -<body>
|
| -</body>
|
| -</html>
|
|
|