OLD | NEW |
(Empty) | |
| 1 ReferrerPolicyTestCase( |
| 2 { |
| 3 "referrer_policy": %(referrer_policy_json)s, |
| 4 "delivery_method": "%(delivery_method)s", |
| 5 "redirection": "%(redirection)s", |
| 6 "origin": "%(origin)s", |
| 7 "source_protocol": "%(source_protocol)s", |
| 8 "target_protocol": "%(target_protocol)s", |
| 9 "subresource": "%(subresource)s", |
| 10 "subresource_path": "%(subresource_path)s", |
| 11 "referrer_url": "%(referrer_url)s" |
| 12 }, |
| 13 document.querySelector("meta[name=assert]").content, |
| 14 new SanityChecker() |
| 15 ).start(); |
OLD | NEW |