mirror of
https://github.com/servo/servo.git
synced 2025-10-16 00:10:23 +01:00
Update web-platform-tests to revision 74efe51f1faaa2bf3ff91c10f05a4ad9615a1553
This commit is contained in:
parent
267ce462d8
commit
dacb7e9002
49 changed files with 2889 additions and 59 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue