Pass | date should step correctly | Asserts runPass | assert_true(true, "The input value [1970-01-01] must resemble [1970-01-01]")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:42:11) | Pass | assert_equals(0, 0, "The input valueAsDate must represent the same time as the original Date.")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:47:11) | Pass | assert_equals(86400000, 86400000, "Stepping must be by the correct amount")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:52:11) | Pass | assert_true(true, "The changed input value [1970-01-02] must resemble [1970-01-02]")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:56:11) | Pass | assert_equals(0, 0, "Stepping back down must return the date to its original value")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:62:11) |
|
Pass | time should step correctly | Asserts runPass | assert_true(true, "The input value [00:00] must resemble [00:00]")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:42:11) | Pass | assert_equals(0, 0, "The input valueAsDate must represent the same time as the original Date.")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:47:11) | Pass | assert_equals(60000, 60000, "Stepping must be by the correct amount")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:52:11) | Pass | assert_true(true, "The changed input value [00:01] must resemble [00:01]")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:56:11) | Pass | assert_equals(0, 0, "Stepping back down must return the date to its original value")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:62:11) |
|
Pass | month should step correctly | Asserts runPass | assert_true(true, "The input value [1970-01] must resemble [1970-01]")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:42:11) | Pass | assert_equals(0, 0, "The input valueAsDate must represent the same time as the original Date.")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:47:11) | Pass | assert_equals(2678400000, 2678400000, "Stepping must be by the correct amount")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:52:11) | Pass | assert_true(true, "The changed input value [1970-02] must resemble [1970-02]")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:56:11) | Pass | assert_equals(0, 0, "Stepping back down must return the date to its original value")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:62:11) |
|
Pass | week should step correctly | Asserts runPass | assert_true(true, "The input value [1970-W02] must resemble [1970-W02]")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:42:11) | Pass | assert_equals(345600000, 345600000, "The input valueAsDate must represent the same time as the original Date.")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:47:11) | Pass | assert_equals(950400000, 950400000, "Stepping must be by the correct amount")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:52:11) | Pass | assert_true(true, "The changed input value [1970-W03] must resemble [1970-W03]")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:56:11) | Pass | assert_equals(345600000, 345600000, "Stepping back down must return the date to its original value")
at Test.<anonymous> ( /html/semantics/forms/the-input-element/input-valueasdate-stepping.html:62:11) |
|