Files
tubestation/toolkit/components/url-classifier/tests/mochitest/tracker.js
Ehsan Akhgari cb0ab50626 Bug 1312514 - Part 3: Add a test to ensure that timeouts from tracking scripts end up in the tracking bucket; r=bkelly
For simplicity, this test is being added to test_classifier.html which
already has all of the infrastructure necessary for setting up a test
domain as a tracking domain.
2016-12-20 12:40:30 -05:00

4 lines
78 B
JavaScript

function getTrackerTimeout() {
return window.setTimeout(function(){}, 0);
}