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

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

Issue 1426923007: Remove PluginLoadObserver and related logic, it was only used for NPAPI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
(Empty)
1 <html>
2 <head>
3 <script src="../cookies/resources/resetCookies.js"></script>
4 <script>
5 resetCookies();
6
7 if (window.testRunner) {
8 testRunner.dumpAsText();
9 testRunner.waitUntilDone();
10 }
11
12 </script>
13 <body>
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>
16
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698