From 41bafcaa323525c861aab156846406e0898c5478 Mon Sep 17 00:00:00 2001 From: Mounir Lamouri Date: Thu, 19 Jul 2012 10:29:21 -0700 Subject: [PATCH] Bug 758258 - Part 1 - Create skeleton for extendedOrigin tests. r=sicking --- caps/tests/mochitest/Makefile.in | 3 + ...ncipal_extendedorigin_appid_appstatus.html | 143 ++++++++++++++++++ 2 files changed, 146 insertions(+) create mode 100644 caps/tests/mochitest/test_principal_extendedorigin_appid_appstatus.html diff --git a/caps/tests/mochitest/Makefile.in b/caps/tests/mochitest/Makefile.in index 9773c04f99bc..2bbc74239de0 100644 --- a/caps/tests/mochitest/Makefile.in +++ b/caps/tests/mochitest/Makefile.in @@ -18,6 +18,9 @@ MOCHITEST_FILES = test_bug423375.html \ test_disallowInheritPrincipal.html \ $(NULL) +MOCHITEST_CHROME_FILES = test_principal_extendedorigin_appid_appstatus.html \ + $(NULL) + test_bug292789.html : % : %.in $(PYTHON) $(topsrcdir)/config/Preprocessor.py \ $(AUTOMATION_PPARGS) $(DEFINES) $(ACDEFINES) $< > $@ diff --git a/caps/tests/mochitest/test_principal_extendedorigin_appid_appstatus.html b/caps/tests/mochitest/test_principal_extendedorigin_appid_appstatus.html new file mode 100644 index 000000000000..017dabb8e977 --- /dev/null +++ b/caps/tests/mochitest/test_principal_extendedorigin_appid_appstatus.html @@ -0,0 +1,143 @@ + + + + + + Test for nsIPrincipal extendedOrigin, appStatus and appId + + + + +Mozilla Bug 758258 +

+
+ +
+
+
+
+ +