Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Pass#item1, #container, and #inner should all have the same width: 168
Asserts run
Pass
assert_equals(168, 168)
    at Test.<anonymous> ( /css/css-conditional/container-queries/counters-flex-circular.html:60:5)
Pass
assert_equals(168, 168)
    at Test.<anonymous> ( /css/css-conditional/container-queries/counters-flex-circular.html:61:5)
PassThe container query should match the layed out width
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-conditional/container-queries/counters-flex-circular.html:66:5)
PassThe sum of the item widths should match the flexbox width
Asserts run
Pass
assert_equals(200, 200)
    at Test.<anonymous> ( /css/css-conditional/container-queries/counters-flex-circular.html:70:5)
PassThe size of the flex item #2 should be given by its contents
Asserts run
Pass
assert_equals(32, 32)
    at Test.<anonymous> ( /css/css-conditional/container-queries/counters-flex-circular.html:74:5)