diff --git a/Base/res/html/misc/media-queries.html b/Base/res/html/misc/media-queries.html new file mode 100644 index 0000000000..1a8f11229b --- /dev/null +++ b/Base/res/html/misc/media-queries.html @@ -0,0 +1,106 @@ + + +
+ +
+ This should be green, with a black border and black text, if we are correctly ignoring @media
rules that do not apply.
+
+ This should be green, with a black border and black text, if we are correctly applying @media screen
.
+
+ This should be green, with a black border and black text, if the window is at least 400px wide. +
++ This should be green, with a black border and black text, if the window is at most 1000px wide. +
++ This should be green, with a black border and black text, if the window is between 400px and 1000px wide. +
+
+ This should be green, with a black border and black text, if we detected the color
feature.
+
+ This should be green, with a black border and black text, if we detected the color
feature and we understand not
.
+
+ This should be green, with a black border and black text, if we detected the color
feature and a deeply nested query: (color) or ((color) and ((color) or (color) or (not (color))))
.
+