@supports (color: green)
@supports (color: green) and (width: 50px)
@supports (color: green) or (flogwizzle: purple)
@supports (not (flogwizzle: purple))
@supports (not (color: green))
@supports (color: green) and (width: 50px) or (color: green)
@supports (width: yellow) or (height: green)
@supports (flogwizzle: purple)
These should all be green, meaning they returned true
These should all be red, meaning they returned false