| Index: third_party/WebKit/LayoutTests/http/tests/plugins/resources/third-party-cookie-accept-policy-iframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/plugins/resources/third-party-cookie-accept-policy-iframe.html b/third_party/WebKit/LayoutTests/http/tests/plugins/resources/third-party-cookie-accept-policy-iframe.html
|
| deleted file mode 100644
|
| index c5703b1a3bec80d0c384fc391b8c71f9bddc85f7..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/plugins/resources/third-party-cookie-accept-policy-iframe.html
|
| +++ /dev/null
|
| @@ -1,42 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script src="../../cookies/resources/resetCookies.js"></script>
|
| -<script>
|
| -resetCookies();
|
| -
|
| -if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| -}
|
| -
|
| -</script>
|
| -<body>
|
| -<embed id="plugin" type="application/x-webkit-test-netscape"></embed>
|
| -<script>
|
| -
|
| -var plugin = document.getElementById("plugin");
|
| -
|
| -if (window.testRunner)
|
| - testRunner.setAlwaysAcceptCookies(true);
|
| -plugin.getURLNotify("http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies", null, "trySetCookie");
|
| -
|
| -function trySetCookie()
|
| -{
|
| - alert("Cookies should be clear, and are: '" + document.cookie + "'");
|
| - alert("About to set a cookie, but on localhost instead of 127.0.0.1, which is our main document domain - This should fail.");
|
| - if (window.testRunner)
|
| - testRunner.setAlwaysAcceptCookies(false);
|
| - plugin.getURLNotify("http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooCookie", null, "completeTest");
|
| -}
|
| -
|
| -function completeTest()
|
| -{
|
| - alert("Cookies should still be clear, and are: '" + document.cookie + "'");
|
| - resetCookies();
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| -}
|
| -
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|