Files
servo/tests/wpt/web-platform-tests/url/historical.worker.js

9 lines
235 B
JavaScript

importScripts("/resources/testharness.js");
test(function() {
assert_false("searchParams" in self.location,
"location object should not have a searchParams attribute");
}, "searchParams on location object");
done();