These should all be green

@supports (color: green)

@supports (color: green) and (width: 50px)

@supports (color: green) or (flogwizzle: purple)

@supports (not (flogwizzle: purple))

These should all be red

@supports (not (color: green))

@supports (color: green) and (width: 50px) or (color: green)

@supports (width: yellow) or (height: green)

@supports (flogwizzle: purple)

Testing CSS.supports(property, value)

Testing CSS.supports(string)

These should all be green, meaning they returned true

These should all be red, meaning they returned false