This test aims to test the priority of the http channels created from XHR and Fetch inside a tracking script is lowest.
15 lines
359 B
HTML
15 lines
359 B
HTML
<!DOCTYPE HTML>
|
|
<!-- Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<script id="badscript" data-touched="not sure" src="http://tracking.example.com/tests/toolkit/components/url-classifier/tests/mochitest/trackingRequest.js"></script>
|
|
|
|
</body>
|
|
</html>
|