Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: !debug OR xorigin
- Manifest: dom/origin-trials/tests/mochitest/mochitest.toml
<!doctype html>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script src="common.js"></script>
<script>
assertTestTrialActive(false);
add_task(function() {
ok(!navigator.privateAttribution, "PrivateAttribution trial disabled.");
ok(!('PrivateAttribution' in window), "PrivateAttribution trial disabled.");
});
</script>