Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(781)

Unified Diff: LayoutTests/http/tests/security/cross-origin-worker-indexeddb.html

Issue 14089003: Remove storageBlockingPolicy (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/security/cross-origin-worker-indexeddb.html
diff --git a/LayoutTests/http/tests/security/cross-origin-worker-indexeddb.html b/LayoutTests/http/tests/security/cross-origin-worker-indexeddb.html
deleted file mode 100644
index d3293d47f0dbaf2fad60f5082ca8e76c3935ecb6..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/security/cross-origin-worker-indexeddb.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-</head>
-<body>
- <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-indexeddb.html"
- </script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698