Update web-platform-tests to revision 74efe51f1faaa2bf3ff91c10f05a4ad9615a1553

This commit is contained in:
WPT Sync Bot 2019-12-31 08:22:52 +00:00
parent 267ce462d8
commit dacb7e9002
49 changed files with 2889 additions and 59 deletions

View file

@ -291,8 +291,11 @@ test(function(){
} , "stepDown stop so lower than the minimum value");
test(function(){
// Set min value to ensure that 15:01 - base is a multiple of 2 min (i.e., a
// valid value).
_StepTest.min = "14:01";
_StepTest.max = "15:01";
this.add_cleanup(function() { _StepTest.max = ""; });
this.add_cleanup(function() { _StepTest.min = _StepTest.max = ""; });
_StepTest.value = "15:00";
_StepTest.step = "120";
_StepTest.stepUp();