diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-30 23:13:51 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-30 23:13:51 +0200 |
commit | ecea4c51dc68427e4361a5d7204a7ca4ad9f8c4d (patch) | |
tree | 502c41a3d8b5b58c9362bcdadb260ee1853895b9 /docshell/test/dummy_page.html | |
parent | 71e6952456e044fef8cd4ab2e1d1b972011a051e (diff) | |
download | UXP-ecea4c51dc68427e4361a5d7204a7ca4ad9f8c4d.tar UXP-ecea4c51dc68427e4361a5d7204a7ca4ad9f8c4d.tar.gz UXP-ecea4c51dc68427e4361a5d7204a7ca4ad9f8c4d.tar.lz UXP-ecea4c51dc68427e4361a5d7204a7ca4ad9f8c4d.tar.xz UXP-ecea4c51dc68427e4361a5d7204a7ca4ad9f8c4d.zip |
Bug 1341754: Test SetURI in Location passes triggeringPrincipal
Diffstat (limited to 'docshell/test/dummy_page.html')
-rw-r--r-- | docshell/test/dummy_page.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docshell/test/dummy_page.html b/docshell/test/dummy_page.html new file mode 100644 index 000000000..59bf2a5f8 --- /dev/null +++ b/docshell/test/dummy_page.html @@ -0,0 +1,6 @@ +<html> +<head> <meta charset="utf-8"> </head> + <body> + just a dummy html file + </body> +</html> |