Bug 742206 followup. Fix unexpected passes so we can get rid of this CLOSED TREE.

This commit is contained in:
Boris Zbarsky 2013-05-02 16:33:17 -04:00
parent 83454cd58f
commit b6eb99321f

View File

@ -350,7 +350,7 @@ function checkWithBustedPrototype()
element.valueAsDate = new Date();
todo_isnot(element.valueAsDate, null, ".valueAsDate should not return null");
isnot(element.valueAsDate, null, ".valueAsDate should not return null");
// TODO: check the Date object value (UTCFullYear, UTCMonth and UTCDate)
// when .valueAsDate will stop returning null.
@ -364,7 +364,7 @@ function checkWithBustedPrototype()
element.valueAsDate = new Date();
todo_isnot(element.valueAsDate, null, ".valueAsDate should not return null");
isnot(element.valueAsDate, null, ".valueAsDate should not return null");
// TODO: check the Date object value (UTCFullYear, UTCMonth and UTCDate)
// when .valueAsDate will stop returning null.