tenfourfox/testing/web-platform/tests/url/historical.worker.js
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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();