• No explicit counter.
  • Inherited
  • Value attribute.
  • Explicit list-item counter.
  • Explicit and redundant list-item counter.
  • Other counter.
  • Summary

    Harness status: OK

    Found 1 tests

    Details

    ResultTest NameMessage
    Passlist-item counter-increment shouldn't be visible from computed style
    Asserts run
    Pass
    assert_equals("none", "none", "No explicit counter.")
        at Test.<anonymous> ( /css/css-lists/li-counter-increment-computed-style.html:18:5)
    Pass
    assert_equals("none", "none", "Inherited")
        at Test.<anonymous> ( /css/css-lists/li-counter-increment-computed-style.html:18:5)
    Pass
    assert_equals("none", "none", "Value attribute.")
        at Test.<anonymous> ( /css/css-lists/li-counter-increment-computed-style.html:18:5)
    Pass
    assert_equals("list-item 10", "list-item 10", "Explicit list-item counter.")
        at Test.<anonymous> ( /css/css-lists/li-counter-increment-computed-style.html:18:5)
    Pass
    assert_equals("list-item 1", "list-item 1", "Explicit and redundant list-item counter.")
        at Test.<anonymous> ( /css/css-lists/li-counter-increment-computed-style.html:18:5)
    Pass
    assert_equals("foo 10", "foo 10", "Other counter.")
        at Test.<anonymous> ( /css/css-lists/li-counter-increment-computed-style.html:18:5)