Found 231 tests
Result | Test Name | Message |
---|---|---|
Fail | Media Queries Self-Contained Test Suite | assert_not_equals: should be either monochrome or color got disallowed value true |
Fail | query (orientation) should be parseable | assert_unreached: unexpected result testing whether query (orientation) is parseable Reached unreachable code |
Fail | query not (orientation) should not be parseable | assert_unreached: unexpected result testing whether query not (orientation) is parseable Reached unreachable code |
Fail | query only (orientation) should not be parseable | assert_unreached: unexpected result testing whether query only (orientation) is parseable Reached unreachable code |
Fail | query all and (orientation) should be parseable | assert_unreached: unexpected result testing whether query all and (orientation) is parseable Reached unreachable code |
Fail | query not all and (orientation) should be parseable | assert_unreached: unexpected result testing whether query not all and (orientation) is parseable Reached unreachable code |
Fail | query only all and (orientation) should be parseable | assert_unreached: unexpected result testing whether query only all and (orientation) is parseable Reached unreachable code |
Pass | expression width should be parseable | |
Pass | expression width: 0 should be parseable | |
Pass | expression width: 0px should be parseable | |
Pass | expression width: 0em should be parseable | |
Pass | expression width: -0 should be parseable | |
Pass | expression min-width: -0 should be parseable | |
Pass | expression max-width: -0 should be parseable | |
Pass | expression width: -0cm should be parseable | |
Pass | expression width: 1px should be parseable | |
Pass | expression width: 0.001mm should be parseable | |
Pass | expression width: 100000px should be parseable | |
Fail | expression width: -1px should not be parseable | assert_false: expected false got true |
Fail | expression min-width: -1px should not be parseable | assert_false: expected false got true |
Fail | expression max-width: -1px should not be parseable | assert_false: expected false got true |
Fail | expression width: -0.00001mm should not be parseable | assert_false: expected false got true |
Fail | expression width: -100000em should not be parseable | assert_false: expected false got true |
Fail | expression min-width should not be parseable | assert_false: expected false got true |
Fail | expression max-width should not be parseable | assert_false: expected false got true |
Pass | expression height should be parseable | |
Pass | expression height: 0 should be parseable | |
Pass | expression height: 0px should be parseable | |
Pass | expression height: 0em should be parseable | |
Pass | expression height: -0 should be parseable | |
Pass | expression min-height: -0 should be parseable | |
Pass | expression max-height: -0 should be parseable | |
Pass | expression height: -0cm should be parseable | |
Pass | expression height: 1px should be parseable | |
Pass | expression height: 0.001mm should be parseable | |
Pass | expression height: 100000px should be parseable | |
Fail | expression height: -1px should not be parseable | assert_false: expected false got true |
Fail | expression min-height: -1px should not be parseable | assert_false: expected false got true |
Fail | expression max-height: -1px should not be parseable | assert_false: expected false got true |
Fail | expression height: -0.00001mm should not be parseable | assert_false: expected false got true |
Fail | expression height: -100000em should not be parseable | assert_false: expected false got true |
Fail | expression min-height should not be parseable | assert_false: expected false got true |
Fail | expression max-height should not be parseable | assert_false: expected false got true |
Pass | expression device-width should be parseable | |
Pass | expression device-width: 0 should be parseable | |
Pass | expression device-width: 0px should be parseable | |
Pass | expression device-width: 0em should be parseable | |
Pass | expression device-width: -0 should be parseable | |
Pass | expression min-device-width: -0 should be parseable | |
Pass | expression max-device-width: -0 should be parseable | |
Pass | expression device-width: -0cm should be parseable | |
Pass | expression device-width: 1px should be parseable | |
Pass | expression device-width: 0.001mm should be parseable | |
Pass | expression device-width: 100000px should be parseable | |
Fail | expression device-width: -1px should not be parseable | assert_false: expected false got true |
Fail | expression min-device-width: -1px should not be parseable | assert_false: expected false got true |
Fail | expression max-device-width: -1px should not be parseable | assert_false: expected false got true |
Fail | expression device-width: -0.00001mm should not be parseable | assert_false: expected false got true |
Fail | expression device-width: -100000em should not be parseable | assert_false: expected false got true |
Fail | expression min-device-width should not be parseable | assert_false: expected false got true |
Fail | expression max-device-width should not be parseable | assert_false: expected false got true |
Pass | expression device-height should be parseable | |
Pass | expression device-height: 0 should be parseable | |
Pass | expression device-height: 0px should be parseable | |
Pass | expression device-height: 0em should be parseable | |
Pass | expression device-height: -0 should be parseable | |
Pass | expression min-device-height: -0 should be parseable | |
Pass | expression max-device-height: -0 should be parseable | |
Pass | expression device-height: -0cm should be parseable | |
Pass | expression device-height: 1px should be parseable | |
Pass | expression device-height: 0.001mm should be parseable | |
Pass | expression device-height: 100000px should be parseable | |
Fail | expression device-height: -1px should not be parseable | assert_false: expected false got true |
Fail | expression min-device-height: -1px should not be parseable | assert_false: expected false got true |
Fail | expression max-device-height: -1px should not be parseable | assert_false: expected false got true |
Fail | expression device-height: -0.00001mm should not be parseable | assert_false: expected false got true |
Fail | expression device-height: -100000em should not be parseable | assert_false: expected false got true |
Fail | expression min-device-height should not be parseable | assert_false: expected false got true |
Fail | expression max-device-height should not be parseable | assert_false: expected false got true |
Pass | all and (width: 117px) should apply | |
Fail | all and (width: 118px) should not apply | assert_false: expected false got true |
Fail | all and (width: 116px) should not apply | assert_false: expected false got true |
Pass | all and (min-width: 117px) should apply | |
Fail | all and (min-width: 118px) should not apply | assert_false: expected false got true |
Pass | all and (min-width: 116px) should apply | |
Pass | all and (max-width: 117px) should apply | |
Pass | all and (max-width: 118px) should apply | |
Fail | all and (max-width: 116px) should not apply | assert_false: expected false got true |
Fail | all and (min-width: 9em) should not apply | assert_false: expected false got true |
Pass | all and (min-width: 6em) should apply | |
Pass | all and (max-width: 9em) should apply | |
Fail | all and (max-width: 6em) should not apply | assert_false: expected false got true |
Pass | all and (height: 76px) should apply | |
Fail | all and (height: 77px) should not apply | assert_false: expected false got true |
Fail | all and (height: 75px) should not apply | assert_false: expected false got true |
Pass | all and (min-height: 76px) should apply | |
Fail | all and (min-height: 77px) should not apply | assert_false: expected false got true |
Pass | all and (min-height: 75px) should apply | |
Pass | all and (max-height: 76px) should apply | |
Pass | all and (max-height: 77px) should apply | |
Fail | all and (max-height: 75px) should not apply | assert_false: expected false got true |
Fail | all and (min-height: 6em) should not apply | assert_false: expected false got true |
Pass | all and (min-height: 3em) should apply | |
Pass | all and (max-height: 6em) should apply | |
Fail | all and (max-height: 3em) should not apply | assert_false: expected false got true |
Pass | all and (device-width: 1440px) should apply | |
Fail | all and (device-width: 1441px) should not apply | assert_false: expected false got true |
Fail | all and (device-width: 1439px) should not apply | assert_false: expected false got true |
Pass | all and (min-device-width: 1440px) should apply | |
Fail | all and (min-device-width: 1441px) should not apply | assert_false: expected false got true |
Pass | all and (min-device-width: 1439px) should apply | |
Pass | all and (max-device-width: 1440px) should apply | |
Pass | all and (max-device-width: 1441px) should apply | |
Fail | all and (max-device-width: 1439px) should not apply | assert_false: expected false got true |
Fail | all and (min-device-width: 91em) should not apply | assert_false: expected false got true |
Pass | all and (min-device-width: 89em) should apply | |
Pass | all and (max-device-width: 91em) should apply | |
Fail | all and (max-device-width: 89em) should not apply | assert_false: expected false got true |
Pass | all and (device-height: 900px) should apply | |
Fail | all and (device-height: 901px) should not apply | assert_false: expected false got true |
Fail | all and (device-height: 899px) should not apply | assert_false: expected false got true |
Pass | all and (min-device-height: 900px) should apply | |
Fail | all and (min-device-height: 901px) should not apply | assert_false: expected false got true |
Pass | all and (min-device-height: 899px) should apply | |
Pass | all and (max-device-height: 900px) should apply | |
Pass | all and (max-device-height: 901px) should apply | |
Fail | all and (max-device-height: 899px) should not apply | assert_false: expected false got true |
Fail | all and (min-device-height: 58em) should not apply | assert_false: expected false got true |
Pass | all and (min-device-height: 55em) should apply | |
Pass | all and (max-device-height: 58em) should apply | |
Fail | all and (max-device-height: 55em) should not apply | assert_false: expected false got true |
Pass | all and (height) should apply | |
Fail | all and (width) should not apply | assert_false: expected false got true |
Fail | all and (height) should not apply | assert_false: expected false got true |
Fail | all and (width) should not apply | assert_false: expected false got true |
Pass | all and (device-height) should apply | |
Pass | all and (device-width) should apply | |
Fail | all and (height) should not apply | assert_false: expected false got true |
Pass | all and (width) should apply | |
Pass | all and (height) should apply | |
Pass | all and (width) should apply | |
Pass | expression orientation should be parseable | |
Pass | expression orientation: portrait should be parseable | |
Pass | expression orientation: landscape should be parseable | |
Fail | expression min-orientation should not be parseable | assert_false: expected false got true |
Fail | expression min-orientation: portrait should not be parseable | assert_false: expected false got true |
Fail | expression min-orientation: landscape should not be parseable | assert_false: expected false got true |
Fail | expression max-orientation should not be parseable | assert_false: expected false got true |
Fail | expression max-orientation: portrait should not be parseable | assert_false: expected false got true |
Fail | expression max-orientation: landscape should not be parseable | assert_false: expected false got true |
Pass | (orientation) should apply | |
Pass | (orientation: landscape) should apply | |
Fail | (orientation: portrait) should not apply | assert_false: expected false got true |
Pass | not all and (orientation: portrait) should apply | |
Pass | (orientation) should apply | |
Fail | (orientation: landscape) should not apply | assert_false: expected false got true |
Pass | not all and (orientation: landscape) should apply | |
Pass | (orientation: portrait) should apply | |
Pass | (aspect-ratio: 59/80) should apply | |
Fail | (aspect-ratio: 58/80) should not apply | assert_false: expected false got true |
Fail | (aspect-ratio: 59/81) should not apply | assert_false: expected false got true |
Fail | (aspect-ratio: 60/80) should not apply | assert_false: expected false got true |
Fail | (aspect-ratio: 59/79) should not apply | assert_false: expected false got true |
Pass | (aspect-ratio: 177/240) should apply | |
Pass | (aspect-ratio: 413/560) should apply | |
Pass | (aspect-ratio: 5900/8000) should apply | |
Fail | (aspect-ratio: 5901/8000) should not apply | assert_false: expected false got true |
Fail | (aspect-ratio: 5899/8000) should not apply | assert_false: expected false got true |
Fail | (aspect-ratio: 5900/8001) should not apply | assert_false: expected false got true |
Fail | (aspect-ratio: 5900/7999) should not apply | assert_false: expected false got true |
Pass | (aspect-ratio) should apply | |
Pass | (min-aspect-ratio: 59/80) should apply | |
Pass | (min-aspect-ratio: 58/80) should apply | |
Pass | (min-aspect-ratio: 59/81) should apply | |
Fail | (min-aspect-ratio: 60/80) should not apply | assert_false: expected false got true |
Fail | (min-aspect-ratio: 59/79) should not apply | assert_false: expected false got true |
Fail | expression min-aspect-ratio should not be parseable | assert_false: expected false got true |
Pass | (max-aspect-ratio: 59/80) should apply | |
Fail | (max-aspect-ratio: 58/80) should not apply | assert_false: expected false got true |
Fail | (max-aspect-ratio: 59/81) should not apply | assert_false: expected false got true |
Pass | (max-aspect-ratio: 60/80) should apply | |
Pass | (max-aspect-ratio: 59/79) should apply | |
Fail | expression max-aspect-ratio should not be parseable | assert_false: expected false got true |
Pass | (device-aspect-ratio: 1440/900) should apply | |
Pass | not all and (device-aspect-ratio: 1441/900) should apply | |
Fail | all and (device-aspect-ratio: 1440/899) should not apply | assert_false: expected false got true |
Fail | all and (device-aspect-ratio: 1439/900) should not apply | assert_false: expected false got true |
Pass | not all and (device-aspect-ratio: 1440/901) should apply | |
Pass | (device-aspect-ratio) should apply | |
Pass | (min-device-aspect-ratio: 1440/900) should apply | |
Fail | all and (min-device-aspect-ratio: 1441/900) should not apply | assert_false: expected false got true |
Pass | not all and (min-device-aspect-ratio: 1440/899) should apply | |
Fail | not all and (min-device-aspect-ratio: 1439/900) should not apply | assert_false: expected false got true |
Pass | all and (min-device-aspect-ratio: 1440/901) should apply | |
Fail | expression min-device-aspect-ratio should not be parseable | assert_false: expected false got true |
Pass | all and (max-device-aspect-ratio: 1440/900) should apply | |
Pass | (max-device-aspect-ratio: 1441/900) should apply | |
Pass | (max-device-aspect-ratio: 1440/899) should apply | |
Fail | all and (max-device-aspect-ratio: 1439/900) should not apply | assert_false: expected false got true |
Pass | not all and (max-device-aspect-ratio: 1440/901) should apply | |
Fail | expression max-device-aspect-ratio should not be parseable | assert_false: expected false got true |
Pass | expression max-aspect-ratio: 1/1 should be parseable | |
Pass | expression max-aspect-ratio: 1 /1 should be parseable | |
Pass | expression max-aspect-ratio: 1 / \t\n1 should be parseable | |
Pass | expression max-aspect-ratio: 1/\r1 should be parseable | |
Fail | expression max-aspect-ratio: 1 should not be parseable | assert_false: expected false got true |
Fail | expression max-aspect-ratio: 0.5 should not be parseable | assert_false: expected false got true |
Fail | expression max-aspect-ratio: 1.0/1 should not be parseable | assert_false: expected false got true |
Fail | expression max-aspect-ratio: 1/1.0 should not be parseable | assert_false: expected false got true |
Fail | expression max-aspect-ratio: 1.0/1.0 should not be parseable | assert_false: expected false got true |
Fail | expression max-aspect-ratio: 0/1 should not be parseable | assert_false: expected false got true |
Fail | expression max-aspect-ratio: 1/0 should not be parseable | assert_false: expected false got true |
Fail | expression max-aspect-ratio: 0/0 should not be parseable | assert_false: expected false got true |
Fail | expression max-aspect-ratio: -1/1 should not be parseable | assert_false: expected false got true |
Fail | expression max-aspect-ratio: 1/-1 should not be parseable | assert_false: expected false got true |
Fail | expression max-aspect-ratio: -1/-1 should not be parseable | assert_false: expected false got true |
Pass | expression device-aspect-ratio: 1/1 should be parseable | |
Pass | expression device-aspect-ratio: 1 /1 should be parseable | |
Pass | expression device-aspect-ratio: 1 / \t\n1 should be parseable | |
Pass | expression device-aspect-ratio: 1/\r1 should be parseable | |
Fail | expression device-aspect-ratio: 1 should not be parseable | assert_false: expected false got true |
Fail | expression device-aspect-ratio: 0.5 should not be parseable | assert_false: expected false got true |
Fail | expression device-aspect-ratio: 1.0/1 should not be parseable | assert_false: expected false got true |
Fail | expression device-aspect-ratio: 1/1.0 should not be parseable | assert_false: expected false got true |
Fail | expression device-aspect-ratio: 1.0/1.0 should not be parseable | assert_false: expected false got true |
Fail | expression device-aspect-ratio: 0/1 should not be parseable | assert_false: expected false got true |
Fail | expression device-aspect-ratio: 1/0 should not be parseable | assert_false: expected false got true |
Fail | expression device-aspect-ratio: 0/0 should not be parseable | assert_false: expected false got true |
Fail | expression device-aspect-ratio: -1/1 should not be parseable | assert_false: expected false got true |
Fail | expression device-aspect-ratio: 1/-1 should not be parseable | assert_false: expected false got true |
Fail | expression device-aspect-ratio: -1/-1 should not be parseable | assert_false: expected false got true |