Skip to content
Snippets Groups Projects
Commit 6092c08a authored by Ms2ger's avatar Ms2ger
Browse files

Update expectation for Intl.RelativeTimeFormat.prototype[@@toStringTag].

parent e9a5a7f9
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ description: > ...@@ -8,7 +8,7 @@ description: >
info: | info: |
Intl.RelativeTimeFormat.prototype[ @@toStringTag ] Intl.RelativeTimeFormat.prototype[ @@toStringTag ]
The initial value of the @@toStringTag property is the string value "Object". The initial value of the @@toStringTag property is the string value "Intl.RelativeTimeFormat".
This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. This property has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }.
includes: [propertyHelper.js] includes: [propertyHelper.js]
...@@ -16,7 +16,7 @@ features: [Intl.RelativeTimeFormat, Symbol.toStringTag] ...@@ -16,7 +16,7 @@ features: [Intl.RelativeTimeFormat, Symbol.toStringTag]
---*/ ---*/
verifyProperty(Intl.RelativeTimeFormat.prototype, Symbol.toStringTag, { verifyProperty(Intl.RelativeTimeFormat.prototype, Symbol.toStringTag, {
value: "Object", value: "Intl.RelativeTimeFormat",
writable: false, writable: false,
enumerable: false, enumerable: false,
configurable: true configurable: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment