diff options
Diffstat (limited to 'dom/tests/mochitest/localstorage/frameChromeSlave.html')
-rw-r--r-- | dom/tests/mochitest/localstorage/frameChromeSlave.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/tests/mochitest/localstorage/frameChromeSlave.html b/dom/tests/mochitest/localstorage/frameChromeSlave.html new file mode 100644 index 0000000000..fd87702e9d --- /dev/null +++ b/dom/tests/mochitest/localstorage/frameChromeSlave.html @@ -0,0 +1,9 @@ +<html> +<head> +<body> + <span id="data"></span> + <script> + var span = document.getElementById("data"); + span.innerHTML = localStorage.chromekey + </script> +</body> |