Index: LayoutTests/http/tests/security/cross-origin-worker-websql-allowed.html |
diff --git a/LayoutTests/http/tests/security/cross-origin-worker-websql-allowed.html b/LayoutTests/http/tests/security/cross-origin-worker-websql-allowed.html |
deleted file mode 100644 |
index 807880eb001828d7174b29b946d2fb12c699c709..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/security/cross-origin-worker-websql-allowed.html |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-<html> |
-<head> |
-<script> |
-var frames = 2; |
-if (window.testRunner) { |
- testRunner.dumpAsText(); |
- testRunner.dumpChildFramesAsText(); |
- testRunner.waitUntilDone(); |
-} |
- |
-function decrement() { |
- --frames; |
- if (!frames && window.testRunner) |
- testRunner.notifyDone(); |
-} |
- |
-window.onmessage = decrement; |
-</script> |
-</head> |
-<body> |
-<p>This iframe should not return any errors:</p> |
-<iframe src="http://localhost:8000/security/resources/cross-origin-iframe-for-worker-websql.html"></iframe> |
-<p>This iframe should not return any errors:</p> |
-<iframe src="http://127.0.0.1:8000/security/resources/cross-origin-iframe-for-worker-websql.html"></iframe> |
-</body> |
-</html> |