summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests/plugins/third-party-cookie-accept-policy.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/http/tests/plugins/third-party-cookie-accept-policy.html')
-rw-r--r--third_party/WebKit/LayoutTests/http/tests/plugins/third-party-cookie-accept-policy.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/third_party/WebKit/LayoutTests/http/tests/plugins/third-party-cookie-accept-policy.html b/third_party/WebKit/LayoutTests/http/tests/plugins/third-party-cookie-accept-policy.html
deleted file mode 100644
index 89c71fb..0000000
--- a/third_party/WebKit/LayoutTests/http/tests/plugins/third-party-cookie-accept-policy.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-<head>
-<script src="../cookies/resources/resetCookies.js"></script>
-<script>
-resetCookies();
-
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
-}
-
-</script>
-<body>
-This tests that plugins cannot set cookies in violation of the 3rd party cookie policy.<br>
-<iframe src="http://localhost:8000/plugins/resources/third-party-cookie-accept-policy-iframe.html"></iframe>
-
-</body>
-</html>