mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
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:
parent
188ca4585a
commit
f2f9d49548
@ -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]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user