Bug 1521677 followup. Fix jsapi test to reopen the CLOSED TREE. r=me

This commit is contained in:
Boris Zbarsky 2019-02-06 12:38:14 -05:00
Родитель 8adc1fee1a
Коммит 32d6918e13
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -34,7 +34,7 @@ BEGIN_TEST(testWindowNonConfigurable) {
"Object.defineProperty(windowProxy, 'bar', {value: 1, configurable: "
"false})",
&v);
CHECK(v.isFalse()); // This is the important bit!
CHECK(v.isNull()); // This is the important bit!
EVAL(
"Object.defineProperty(windowProxy, 'bar', {value: 1, configurable: "
"true})",