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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-force-update-on-page-load-expected.txt

Issue 1365733006: Add LayoutTest for "Force update" checkbox of Service Worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporated ksakamoto's comment Created 5 years, 3 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
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-force-update-on-page-load.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-force-update-on-page-load-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-force-update-on-page-load-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-force-update-on-page-load-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c5bcb26036b92ccdb104883d00f0a2d806937f80
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-force-update-on-page-load-expected.txt
@@ -0,0 +1,15 @@
+Tests "Force update on page load" checkbox
+
+
+A new ServiceWorker is activated.
+The first ServiceWorker is activated.
+The first frame loaded.
+The second frame loaded.
+Check "Force update on page load" check box
+A new ServiceWorker is activated.
+The third frame loaded. The second worker must be activated before here.
+A new ServiceWorker is activated.
+The fourth frame loaded. The third worker must be activated before here.
+Uncheck "Force update on page load" check box
+The fifth frame loaded.
+
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-force-update-on-page-load.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698