Summary

Harness status: OK

Found 11 tests

Details

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