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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/navigation-preload/resources/helpers.js

Issue 2735443002: Refactor ServiceWorker tests for inclusion in WPT (Closed)
Patch Set: Upstream service worker nav. preload tests to WPT Created 3 years, 9 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/serviceworker/navigation-preload/resources/helpers.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/navigation-preload/resources/helpers.js b/third_party/WebKit/LayoutTests/http/tests/serviceworker/navigation-preload/resources/helpers.js
deleted file mode 100644
index 86f0c0916ec99f0cc519f05da0d4702afb5ef1f4..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/navigation-preload/resources/helpers.js
+++ /dev/null
@@ -1,5 +0,0 @@
-function expect_navigation_preload_state(state, enabled, header, desc) {
- assert_equals(Object.keys(state).length, 2, desc + ': # of keys');
- assert_equals(state.enabled, enabled, desc + ': enabled');
- assert_equals(state.headerValue, header, desc + ': header');
-}

Powered by Google App Engine
This is Rietveld 408576698