summaryrefslogtreecommitdiffstats
path: root/devtools/client/application/test/browser/resources/service-workers/empty.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/application/test/browser/resources/service-workers/empty.html')
-rw-r--r--devtools/client/application/test/browser/resources/service-workers/empty.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/devtools/client/application/test/browser/resources/service-workers/empty.html b/devtools/client/application/test/browser/resources/service-workers/empty.html
new file mode 100644
index 0000000000..02373ca02e
--- /dev/null
+++ b/devtools/client/application/test/browser/resources/service-workers/empty.html
@@ -0,0 +1,11 @@
+<!-- Any copyright is dedicated to the Public Domain.
+ http://creativecommons.org/publicdomain/zero/1.0/ -->
+
+<!DOCTYPE HTML>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <title>Service worker test (no worker, empty page)</title>
+</head>
+<body></body>
+</html>