<div dir="ltr"><div>Traditionally, the is() function in browser-chrome mochitests performed comparisons with ==; with bug 1647187, is() (and isnot(), todo_is(), todo_isnot()) now performs comparisons with Object.is(). For example, where is("4", 4, ...) would previously succeed, now it will fail, since the parameter types are different.</div><div><br></div><div>This change makes the browser-chrome behavior consistent with mochitest-plain (SimpleTest.is()) and will hopefully be more intuitive.<br></div><div><br></div><div>Thanks to everyone involved in the bug, but especially :jmaher, who updated many, many tests to make them compatible with this change.</div><div><br></div><div> - Geoff<br></div></div>