Docs: assert_object_equals is DEPRECATED (#25481)

See https://github.com/web-platform-tests/wpt/issues/2033.
diff --git a/docs/writing-tests/testharness-api.md b/docs/writing-tests/testharness-api.md
index b603080..fb0af83 100644
--- a/docs/writing-tests/testharness-api.md
+++ b/docs/writing-tests/testharness-api.md
@@ -866,6 +866,8 @@
 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.