Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Bug 1664398 [wpt PR 25481] - Docs: assert_object_equals is DEPRECATED…
Browse files Browse the repository at this point in the history
…, a=testonly

Automatic update from web-platform-tests
Docs: assert_object_equals is DEPRECATED (#25481)

See web-platform-tests/wpt#2033.
--

wpt-commits: 506aebf28c1ae528835241a32d0a2fb3db4e6dfc
wpt-pr: 25481
  • Loading branch information
annevk authored and moz-wptsync-bot committed Sep 23, 2020
1 parent 644e22d commit ffddd5d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -866,6 +866,8 @@ asserts that `expected` is an Array, and `actual` is equal to one of the
members i.e. `expected.indexOf(actual) != -1`
### `assert_object_equals(actual, expected, description)`
**DEPRECATED**: see [issue #2033](https://github.com/web-platform-tests/wpt/issues/2033).
asserts that `actual` is an object and not null and that all enumerable
properties on `actual` are own properties on `expected` with the same values,
recursing if the value is an object and not null.
Expand Down

0 comments on commit ffddd5d

Please sign in to comment.