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

Side by Side Diff: LayoutTests/http/tests/plugins/third-party-cookie-accept-policy.html

Issue 1005223002: Blink: Replace all "plug-in" with "plugin". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert netscape-dom-access tests. Created 5 years, 9 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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../cookies/resources/resetCookies.js"></script> 3 <script src="../cookies/resources/resetCookies.js"></script>
4 <script> 4 <script>
5 resetCookies(); 5 resetCookies();
6 6
7 if (window.testRunner) { 7 if (window.testRunner) {
8 testRunner.dumpAsText(); 8 testRunner.dumpAsText();
9 testRunner.waitUntilDone(); 9 testRunner.waitUntilDone();
10 } 10 }
11 11
12 </script> 12 </script>
13 <body> 13 <body>
14 This tests that plug-ins cannot set cookies in violation of the 3rd party cookie policy.<br> 14 This tests that plugins cannot set cookies in violation of the 3rd party cookie policy.<br>
15 <iframe src="http://localhost:8000/plugins/resources/third-party-cookie-accept-p olicy-iframe.html"></iframe> 15 <iframe src="http://localhost:8000/plugins/resources/third-party-cookie-accept-p olicy-iframe.html"></iframe>
16 16
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698