Pass | Indeterminate progress bar should have position -1 | Asserts runPass | assert_equals(-1, -1)
at Test.<anonymous> ( /html/semantics/forms/the-progress-element/progress.html:28:9) |
|
Pass | Revoming the value attribute makes an intermediate progress bar, which should have position -1 | Asserts runPass | assert_equals(-1, -1)
at Test.<anonymous> ( /html/semantics/forms/the-progress-element/progress.html:33:9) |
|
Pass | Determinate progress bar should have fractional position | Asserts runPass | assert_equals(0.25, 0.25)
at Test.<anonymous> ( /html/semantics/forms/the-progress-element/progress.html:37:9) |
|
Pass | Indeterminate progress bar should have value 0 | Asserts runPass | assert_equals(0, 0)
at Test.<anonymous> ( /html/semantics/forms/the-progress-element/progress.html:41:9) |
|
Pass | Value must equal max if the parsed value is larger than max | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/semantics/forms/the-progress-element/progress.html:45:9) |
|
Pass | Max must be 1 by default | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/semantics/forms/the-progress-element/progress.html:49:9) |
|
Pass | Max must be 1 by default, even if value is specified | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/semantics/forms/the-progress-element/progress.html:53:9) |
|
Pass | Max must be 1 if max value is invalid | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/semantics/forms/the-progress-element/progress.html:57:9) |
|
Pass | Max must be 1 if the parsed max value is less than or equal to zero | Asserts runPass | assert_equals(1, 1)
at Test.<anonymous> ( /html/semantics/forms/the-progress-element/progress.html:61:9) |
|
Pass | Value must be 0 if value is invalid | Asserts runPass | assert_equals(0, 0)
at Test.<anonymous> ( /html/semantics/forms/the-progress-element/progress.html:65:9) |
|
Pass | Value must be 0 if the parsed value is less than or equal to zero | Asserts runPass | assert_equals(0, 0)
at Test.<anonymous> ( /html/semantics/forms/the-progress-element/progress.html:69:9) |
|