From f485206e3aa726c51df2ea6f9be507449240a449 Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Tue, 28 Sep 2021 09:50:52 +0000 Subject: [PATCH] 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 --- .../window-opener-unconfigurable.window.js.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/web-platform/meta/html/browsers/the-window-object/window-opener-unconfigurable.window.js.ini b/testing/web-platform/meta/html/browsers/the-window-object/window-opener-unconfigurable.window.js.ini index 90a40cb040d6..af748fdb1796 100644 --- a/testing/web-platform/meta/html/browsers/the-window-object/window-opener-unconfigurable.window.js.ini +++ b/testing/web-platform/meta/html/browsers/the-window-object/window-opener-unconfigurable.window.js.ini @@ -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