summaryrefslogtreecommitdiffstats
path: root/toolkit/components/antitracking/test/browser/embedder2.html
blob: b1441894a48f0109d17abb4158cdff18c4c177b8 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
<script src="https://tracking.example.com/browser/toolkit/components/antitracking/test/browser/empty.js"></script>
<script src="https://tracking.example.com/browser/toolkit/components/antitracking/test/browser/empty.js?redirect"></script>
<script src="https://tracking.example.com/browser/toolkit/components/antitracking/test/browser/empty.js?redirect2"></script>
</head>
<body onload="parent.postMessage({data:document.querySelectorAll('script').length}, '*');"></body>
</html>