| OLD | NEW |
| 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> |
| OLD | NEW |