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

Unified Diff: LayoutTests/http/tests/security/resources/document-for-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/resources/document-for-cross-origin-worker-indexeddb.html
diff --git a/LayoutTests/http/tests/security/resources/document-for-cross-origin-worker-indexeddb.html b/LayoutTests/http/tests/security/resources/document-for-cross-origin-worker-indexeddb.html
deleted file mode 100644
index e61cc0926da8a0010474629331b76965147c9fee..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/security/resources/document-for-cross-origin-worker-indexeddb.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <script>
- var frames = 2;
-
- function decrement() {
- --frames;
- if (!frames && window.testRunner) {
- internals.settings.setStorageBlockingPolicy('AllowAll');
- testRunner.notifyDone();
- }
- }
-
- window.onmessage = decrement;
- </script>
-</head>
-<body>
- <p>The first iframe below should return a security error, and the second should successfully open the database.</p>
- <iframe src="http://localhost:8000/security/resources/cross-origin-iframe-for-worker-indexeddb.html"></iframe>
- <iframe src="http://127.0.0.1:8000/security/resources/cross-origin-iframe-for-worker-indexeddb.html"></iframe>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698