Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/storage/durability-workers.html

Issue 2805353003: Upstream navigator.storage.persist()/persisted() tests to WPT (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/storage/durability-workers.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/storage/durability-workers.html b/third_party/WebKit/LayoutTests/http/tests/storage/durability-workers.html
deleted file mode 100644
index 88da7e4071f4ec4bd6b7a6b70bb51a319a3dc68c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/storage/durability-workers.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<!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>

Powered by Google App Engine
This is Rietveld 408576698