diff --git a/Base/res/html/misc/supports.html b/Base/res/html/misc/supports.html new file mode 100644 index 0000000000..0940b51c2d --- /dev/null +++ b/Base/res/html/misc/supports.html @@ -0,0 +1,147 @@ + + +
+ +@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
+