зеркало из https://github.com/mozilla/gecko-dev.git
Bug 742206 followup. Fix unexpected passes so we can get rid of this CLOSED TREE.
This commit is contained in:
Родитель
83454cd58f
Коммит
b6eb99321f
|
@ -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.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче