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.
4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
function getTrackerTimeout() {
|
|
return window.setTimeout(function(){}, 0);
|
|
}
|