diff --git a/js/xpconnect/tests/chrome/Makefile.in b/js/xpconnect/tests/chrome/Makefile.in index e71ca33e1d84..e6df9832aed4 100644 --- a/js/xpconnect/tests/chrome/Makefile.in +++ b/js/xpconnect/tests/chrome/Makefile.in @@ -35,7 +35,10 @@ MOCHITEST_CHROME_FILES = \ test_bug743843.xul \ test_bug758563.xul \ test_bug760076.xul \ + test_bug760109.xul \ test_bug763343.xul \ + test_bug771429.xul \ + test_bug773962.xul \ test_APIExposer.xul \ test_chrometoSource.xul \ outoflinexulscript.js \ @@ -55,8 +58,6 @@ MOCHITEST_CHROME_FILES = \ test_weakmaps.xul \ test_weakref.xul \ test_wrappers.xul \ - test_bug771429.xul \ - test_bug773962.xul \ $(NULL) # Disabled until this test gets updated to test the new proxy based diff --git a/js/xpconnect/tests/chrome/test_bug760109.xul b/js/xpconnect/tests/chrome/test_bug760109.xul new file mode 100644 index 000000000000..0ac488797af3 --- /dev/null +++ b/js/xpconnect/tests/chrome/test_bug760109.xul @@ -0,0 +1,89 @@ + + + + + + + diff --git a/js/xpconnect/tests/chrome/test_cows.xul b/js/xpconnect/tests/chrome/test_cows.xul index 9a73529c8263..fe6dc69a1f78 100644 --- a/js/xpconnect/tests/chrome/test_cows.xul +++ b/js/xpconnect/tests/chrome/test_cows.xul @@ -92,7 +92,7 @@ function COWTests() { //is(cow.foo, undefined, "one test to rule them all"); //return; - const PROPS_TO_TEST = ['foo', 'bar', '__proto__', 'prototype', 'constructor']; + const PROPS_TO_TEST = ['foo', 'bar', 'prototype']; var empty = {}; // Once we flip the default for __exposedProps__, this should behave