Fix notifications tests' use of assert_object_equals
Several notifications layout tests misues assert_object_equals, passing in non-object values, and assuming it will behave like assert_equals. Spoiler - it doesn't: assert_object_equals(true, false) passes! BUG=none Review URL: https://codereview.chromium.org/1321643002 git-svn-id: svn://svn.chromium.org/blink/trunk@201317 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment