зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1521677 followup. Fix jsapi test to reopen the CLOSED TREE. r=me
This commit is contained in:
Родитель
8adc1fee1a
Коммит
32d6918e13
|
@ -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})",
|
||||
|
|
Загрузка…
Ссылка в новой задаче