Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passprogress position equals -1
Asserts run
Pass
assert_equals(-1, -1)
    at Test.<anonymous> ( /html/semantics/forms/the-progress-element/progress-2.html:17:9)
Passprogress value equals 0
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /html/semantics/forms/the-progress-element/progress-2.html:21:9)
Passprogress value equals .5
Asserts run
Pass
assert_equals(0.5, 0.5)
    at Test.<anonymous> ( /html/semantics/forms/the-progress-element/progress-2.html:25:9)
Passprogress position equals 0
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /html/semantics/forms/the-progress-element/progress-2.html:30:9)