Bug 1732128 - set html/browsers/the-window-object/window-opener-unconfigurable.window.html as passing on release and beta. r=annevk DONTBUILD

Bug 1728957 added the test which calls Object.getOwnPropertyDescriptor for
`opener` which is not allowed in Nighly but in beta and release, see
bug 1496510.

Differential Revision: https://phabricator.services.mozilla.com/D126396
This commit is contained in:
Sebastian Hengst 2021-09-28 09:50:52 +00:00
parent d564d11580
commit f485206e3a

View File

@ -1,3 +1,5 @@
[window-opener-unconfigurable.window.html]
[Corner case: self.opener is set while it's not configurable]
expected: FAIL
expected:
if release_or_beta: PASS # bug 1496510
FAIL