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