diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-30 23:10:01 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-30 23:10:01 +0200 |
commit | d9abe50072f85d9e890026938d947ebb5e452c65 (patch) | |
tree | c64633ff87f708e3f317cc3f15efa0b9011e20f9 /docshell/test/browser/dummy_page.html | |
parent | 05e44d895f595307d5fbcd0b2b5256cfdccb5ea3 (diff) | |
download | UXP-d9abe50072f85d9e890026938d947ebb5e452c65.tar UXP-d9abe50072f85d9e890026938d947ebb5e452c65.tar.gz UXP-d9abe50072f85d9e890026938d947ebb5e452c65.tar.lz UXP-d9abe50072f85d9e890026938d947ebb5e452c65.tar.xz UXP-d9abe50072f85d9e890026938d947ebb5e452c65.zip |
Bug 1341589 - Test TriggeringPrincipal on history entry for view-source loads
Diffstat (limited to 'docshell/test/browser/dummy_page.html')
-rw-r--r-- | docshell/test/browser/dummy_page.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docshell/test/browser/dummy_page.html b/docshell/test/browser/dummy_page.html new file mode 100644 index 000000000..59bf2a5f8 --- /dev/null +++ b/docshell/test/browser/dummy_page.html @@ -0,0 +1,6 @@ +<html> +<head> <meta charset="utf-8"> </head> + <body> + just a dummy html file + </body> +</html> |