Index: third_party/WebKit/LayoutTests/fast/domurl/urlsearchparams-worker.html |
diff --git a/third_party/WebKit/LayoutTests/fast/domurl/urlsearchparams-worker.html b/third_party/WebKit/LayoutTests/fast/domurl/urlsearchparams-worker.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5fb8474c1d8a7a7678801f8b9f3f25b777bd0149 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/domurl/urlsearchparams-worker.html |
@@ -0,0 +1,12 @@ |
+<!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> |