diff options
Diffstat (limited to 'dom/workers/test/serviceworkers/hello.html')
-rw-r--r-- | dom/workers/test/serviceworkers/hello.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/workers/test/serviceworkers/hello.html b/dom/workers/test/serviceworkers/hello.html new file mode 100644 index 0000000000..97eb03c902 --- /dev/null +++ b/dom/workers/test/serviceworkers/hello.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + </head> + <body> + Hello. + </body> +<html> |