summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/history/the-location-interface/location-valueof.html
Commit message (Collapse)AuthorAgeLines
* 1333045 - Update Location object properties to current spec.Gaming4JC2019-07-18-0/+15
Specifically, three changes: 1) valueOf should be non-enumerable. 2) valueOf should be === to Object.prototype.valueOf. 3) There should be no toJSON.