Index: LayoutTests/http/tests/storage/durability-workers.html |
diff --git a/LayoutTests/http/tests/storage/durability-workers.html b/LayoutTests/http/tests/storage/durability-workers.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..88da7e4071f4ec4bd6b7a6b70bb51a319a3dc68c |
--- /dev/null |
+++ b/LayoutTests/http/tests/storage/durability-workers.html |
@@ -0,0 +1,8 @@ |
+<!DOCTYPE html> |
+<title>navigator.storage methods work from workers</title> |
+<script src="/resources/testharness.js"></script> |
+<script src="/resources/testharnessreport.js"></script> |
+<script> |
+var worker = new Worker('resources/durability-worker.js'); |
+fetch_tests_from_worker(worker); |
+</script> |