summaryrefslogtreecommitdiffstats
path: root/devtools/client/application/test/browser/resources/service-workers/simple-unicode.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/application/test/browser/resources/service-workers/simple-unicode.html')
-rw-r--r--devtools/client/application/test/browser/resources/service-workers/simple-unicode.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/devtools/client/application/test/browser/resources/service-workers/simple-unicode.html b/devtools/client/application/test/browser/resources/service-workers/simple-unicode.html
new file mode 100644
index 0000000000..51e17b7fec
--- /dev/null
+++ b/devtools/client/application/test/browser/resources/service-workers/simple-unicode.html
@@ -0,0 +1,15 @@
+<!-- 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</title>
+</head>
+<body>
+<script type="text/javascript">
+"use strict";
+window.sw = navigator.serviceWorker.register("empty-sw.js?q=日本");
+</script>
+</body>
+</html>