Summary

Harness status: OK

Found 21 tests

Details

ResultTest NameMessage
Passparse '10.2s'
Asserts run
Pass
assert_equals("10.2s", "10.2s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '1s'
Asserts run
Pass
assert_equals("1s", "1s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '0.1s'
Asserts run
Pass
assert_equals("0.1s", "0.1s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '0.01s'
Asserts run
Pass
assert_equals("0.01s", "0.01s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '0.001s'
Asserts run
Pass
assert_equals("0.001s", "0.001s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '0.009s'
Asserts run
Pass
assert_equals("0.009s", "0.009s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '0s'
Asserts run
Pass
assert_equals("0s", "0s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '.0s'
Asserts run
Pass
assert_equals("0s", "0s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '0.0s'
Asserts run
Pass
assert_equals("0s", "0s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '.3s'
Asserts run
Pass
assert_equals("0.3s", "0.3s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '-5s'
Asserts run
Pass
assert_equals("-5s", "-5s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '10200ms'
Asserts run
Pass
assert_equals("10.2s", "10.2s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '1000ms'
Asserts run
Pass
assert_equals("1s", "1s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '100ms'
Asserts run
Pass
assert_equals("0.1s", "0.1s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '10ms'
Asserts run
Pass
assert_equals("0.01s", "0.01s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '9ms'
Asserts run
Pass
assert_equals("0.009s", "0.009s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '1ms'
Asserts run
Pass
assert_equals("0.001s", "0.001s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '0ms'
Asserts run
Pass
assert_equals("0s", "0s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '-500ms'
Asserts run
Pass
assert_equals("-0.5s", "-0.5s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse '1s, 0.1s, 10ms'
Asserts run
Pass
assert_equals("1s, 0.1s, 0.01s", "1s, 0.1s, 0.01s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)
Passparse 'foobar'
Asserts run
Pass
assert_equals("0s", "0s", "Expected computed value")
    at Test.<anonymous> ( /css/css-transitions/transition-delay-001.html:71:25)