Bug 927326 - Disable testing of <input type=number> in test_HTMLSpec.html until bug 559761 is fixed. r=surkov

This commit is contained in:
Jonathan Watt 2013-10-16 14:43:03 +01:00
parent a22431b0f7
commit aec8bc4dbe

View File

@ -694,7 +694,7 @@
{ role: ROLE_TEXT_LEAF }
]
};
testElm("input_number", obj);
// TODO: re-enable in bug 559761 testElm("input_number", obj);
testElm("input_email", obj);
testElm("input_search", obj);
testElm("input_tel", obj);