blob: 3c6a277730cdc6d7c1e30eb253bb562c23a01457 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ internal:AdClickAttributionEnabled=true ] -->
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="/js-test-resources/js-test.js"></script>
</head>
<body>
<a id="testTag" href="http://localhost:8000" adcampaignid="40" addestination="destination.example"></a>
<script>
description("Test for the new ad click attribution attributes on anchor tags.");
const anchorTag = document.getElementById("testTag");
shouldBeEqualToString("anchorTag.adcampaignid", "40");
shouldBeEqualToString("anchorTag.addestination", "destination.example");
</script>
</body>
</html>