<!doctype html> <html> <head> <meta charset="utf8"> <link rel="help" href="https://url.spec.whatwg.org/#interface-urlsearchparams"> <script src="../../resources/testharness.js"></script> <script src="../../resources/testharnessreport.js"></script> <script> fetch_tests_from_worker(new Worker("./resources/urlsearchparams-worker.js")); </script> </head> </html>