Pass | #container height measured with 500px width. Both container children visible | Asserts runPass | assert_equals(100, 100)
at Test.<anonymous> ( /css/css-conditional/container-queries/percentage-padding-orthogonal.html:50:14) |
|
Pass | #container width 400px after padding is applied. | Asserts runPass | assert_equals(400, 400)
at Test.<anonymous> ( /css/css-conditional/container-queries/percentage-padding-orthogonal.html:52:14) |
|
Pass | #container width 400px after padding is applied. #second is removed from the rendering | Asserts runPass | assert_equals(50, 50)
at Test.<anonymous> ( /css/css-conditional/container-queries/percentage-padding-orthogonal.html:54:14) |
|
Pass | #container height measured with 499px width. Both container children visible | Asserts runPass | assert_equals(100, 100)
at Test.<anonymous> ( /css/css-conditional/container-queries/percentage-padding-orthogonal.html:60:14) |
|
Pass | #container width 399px after padding is applied. #second is removed from the rendering | Asserts runPass | assert_equals(399, 399)
at Test.<anonymous> ( /css/css-conditional/container-queries/percentage-padding-orthogonal.html:62:14) |
|
Pass | #container width 399x after padding is applied. #second is removed from the rendering | Asserts runPass | assert_equals(50, 50)
at Test.<anonymous> ( /css/css-conditional/container-queries/percentage-padding-orthogonal.html:64:14) |
|