summaryrefslogtreecommitdiffstats
path: root/toolkit/components/url-classifier/tests/mochitest/bug_1281083.html
blob: 80124da3ccd89f50f489bec610b54f5f08017db2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<title></title>
</head>
<body>

<!-- Try loading from a malware javascript URI -->
<script id="badscript" data-touched="not sure" src="http://bug1281083.example.com/tests/toolkit/components/url-classifier/tests/mochitest/evil.js" onload="this.dataset.touched = 'yes';" onerror="this.dataset.touched = 'no';"></script>

</body>
</html>