diff options
Diffstat (limited to 'dom/localstorage/test/page_private_ls.html')
-rw-r--r-- | dom/localstorage/test/page_private_ls.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/localstorage/test/page_private_ls.html b/dom/localstorage/test/page_private_ls.html new file mode 100644 index 0000000000..795a814981 --- /dev/null +++ b/dom/localstorage/test/page_private_ls.html @@ -0,0 +1,9 @@ +<!doctype html> +<html> +<head> + <meta charset="utf-8"> +</head> +<body> + All the interesting stuff happens in ContentTask.spawn() calls. +</body> +</html> |