From 05f5a7dc934938c882c1111c923c2c60b7431143 Mon Sep 17 00:00:00 2001 From: Bobby Holley Date: Thu, 12 Jul 2012 10:10:15 +0200 Subject: [PATCH] Bug 601277 - Better tests for document.domain. r=mrbkap --- js/xpconnect/tests/chrome/Makefile.in | 1 + .../tests/chrome/test_documentdomain.xul | 94 +++++++++++++++++++ js/xpconnect/tests/mochitest/Makefile.in | 1 + .../tests/mochitest/file_documentdomain.html | 34 +++++++ 4 files changed, 130 insertions(+) create mode 100644 js/xpconnect/tests/chrome/test_documentdomain.xul create mode 100644 js/xpconnect/tests/mochitest/file_documentdomain.html diff --git a/js/xpconnect/tests/chrome/Makefile.in b/js/xpconnect/tests/chrome/Makefile.in index 3a2ed5f702ba..93bf7aab093f 100644 --- a/js/xpconnect/tests/chrome/Makefile.in +++ b/js/xpconnect/tests/chrome/Makefile.in @@ -50,6 +50,7 @@ MOCHITEST_CHROME_FILES = \ file_expandosharing.jsm \ test_bug758563.xul \ test_bug760076.xul \ + test_documentdomain.xul \ $(NULL) # Disabled until this test gets updated to test the new proxy based diff --git a/js/xpconnect/tests/chrome/test_documentdomain.xul b/js/xpconnect/tests/chrome/test_documentdomain.xul new file mode 100644 index 000000000000..a1972b0fe75a --- /dev/null +++ b/js/xpconnect/tests/chrome/test_documentdomain.xul @@ -0,0 +1,94 @@ + + + + + + + +