Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <script src="/resources/testharness.js"></script> | |
| 5 <script src="/resources/testharnessreport.js"></script> | |
| 6 </head> | |
| 7 <body> | |
| 8 <script> | |
| 9 test(function () { | |
| 10 assert_equals("", document.referrer); | |
| 11 }, "Referrer policy attribute on anchor element is applied"); | |
| 12 </script> | |
| 13 </body> | |
| 14 </html> | |
| OLD | NEW |