summaryrefslogtreecommitdiffstats
path: root/caps/tests/gtest/TestOriginAttributes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'caps/tests/gtest/TestOriginAttributes.cpp')
-rw-r--r--caps/tests/gtest/TestOriginAttributes.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/caps/tests/gtest/TestOriginAttributes.cpp b/caps/tests/gtest/TestOriginAttributes.cpp
index fa759f80d5..61c66fd36a 100644
--- a/caps/tests/gtest/TestOriginAttributes.cpp
+++ b/caps/tests/gtest/TestOriginAttributes.cpp
@@ -45,12 +45,6 @@ TEST(OriginAttributes, Suffix_default)
TestSuffix(attrs);
}
-TEST(OriginAttributes, Suffix_inIsolatedMozBrowser)
-{
- OriginAttributes attrs(true);
- TestSuffix(attrs);
-}
-
TEST(OriginAttributes, FirstPartyDomain_default)
{
bool oldFpiPref = Preferences::GetBool(FPI_PREF);