test_trial_hidden_deprecated.html (907B)
1 <!doctype html> 2 <!-- The "PrivateAttribution" trial was deprecated in favour of "PrivateAttributionV2" and previous keys should no longer enable the feature. --> 3 <!-- Created with: mktoken --origin 'https://example.com' --feature PrivateAttribution --expiry 'Wed, 01 Jan 3000 01:00:00 +0100' --sign test-keys/test-ecdsa.pkcs8 --> 4 <meta http-equiv="origin-trial" content="A39jvTkkSoAueJadvVP6xeapNZVQLJgqbI6hwQc3kIYm0O96hc8WjpRwFVOnI+gN9zAQbQLEJEcibsRVAxQJ0bIAAABUeyJvcmlnaW4iOiJodHRwczovL2V4YW1wbGUuY29tIiwiZmVhdHVyZSI6IlByaXZhdGVBdHRyaWJ1dGlvbiIsImV4cGlyeSI6MzI1MDM2ODAwMDB9"> 5 <script src="/tests/SimpleTest/SimpleTest.js"></script> 6 <script src="common.js"></script> 7 <script> 8 assertTestTrialActive(false); 9 add_task(function() { 10 ok(!navigator.privateAttribution, "PrivateAttribution trial disabled."); 11 ok(!('PrivateAttribution' in window), "PrivateAttribution trial disabled."); 12 }); 13 </script>