Bug 1868423 - Update test_xrayToJS.xhtml test expectations; r=peterv

Depends on D209147

Differential Revision: https://phabricator.services.mozilla.com/D209248
This commit is contained in:
Daniel Minor 2024-05-02 18:33:18 +00:00
parent 188ca4585a
commit f2f9d49548

View File

@ -313,8 +313,10 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=933681
constructorProps(["groupBy", Symbol.species]);
gPrototypeProperties.Set =
["constructor", "size", Symbol.toStringTag, "has", "add", "delete",
"keys", "values", "clear", "forEach", "entries", Symbol.iterator];
[Symbol.toStringTag, Symbol.iterator, "add", "clear", "constructor", "delete",
"difference", "entries", "forEach", "has", "intersection", "isDisjointFrom",
"isSubsetOf", "isSupersetOf", "keys", "size", "symmetricDifference", "union",
"values"];
gConstructorProperties.Set =
constructorProps([Symbol.species]);