mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1521677 followup. Fix jsapi test to reopen the CLOSED TREE. r=me
This commit is contained in:
parent
8adc1fee1a
commit
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})",
|
||||
|
Loading…
Reference in New Issue
Block a user