Pass | (width > 0px) | Asserts runPass | assert_equals("true", "true")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:33:5) |
|
Pass | (height > 0px) | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:47:5) |
|
Pass | ((height > 0px) or (width > 0px)) | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:60:5) |
|
Pass | ((width > 0px) or (height > 0px)) | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:73:5) |
|
Pass | ((orientation: landscape) or (width > 0px)) | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:85:5) |
|
Pass | ((width > 0px) or (orientation: landscape)) | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:98:5) |
|
Pass | ((height > 0px) or (orientation: landscape)) | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:110:5) |
|
Pass | ((height > 0px) or (orientation: landscape)), with contain:size | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:126:5) |
|
Pass | (inline-size > 0px) | Asserts runPass | assert_equals("true", "true")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:138:5) |
|
Pass | (block-size > 0px) | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:152:5) |
|
Pass | (block-size > 0px), with writing-mode:vertical-rl | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:167:5) |
|
Pass | not (width < 0px) | Asserts runPass | assert_equals("true", "true")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:179:5) |
|
Pass | not (height < 0px) | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:191:5) |
|
Pass | not (inline-size < 0px) | Asserts runPass | assert_equals("true", "true")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:203:5) |
|
Pass | not (block-size < 0px) | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:215:5) |
|
Pass | not (orientation) | Asserts runPass | assert_equals("", "")
at Test.<anonymous> ( /css/css-conditional/container-queries/unsupported-axis.html:226:5) |
|