Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector-protocol / css / resources / media-queries.css
blob6f1ad86d5ebb4d3b3f9ae92c3109c3da039c4a95
1 @import "imported-media-queries.css" screen and
2 (min-width: 10px) and (max-height: 4000px);
3 @import "imported-media-queries.css";
4 @import "imported-media-queries.css" (orientation: landscape), handheld and (max-resolution: 3dppx);
6 @media screen and (min-width: 10px) and and {}
8 @media screen and (min-resolution: 2dppx) {
9 @media handheld and (min-width: 20em), screen and (min-width: 20em) {
10 body {
11 border: 1px solid black;
15 @media all and (orientation: portrait) {
16 div {
17 color: blue;
22 @media (max-width: 100px), (max-width: /* comment inside */ 72em) {
23 @media all and (min-monochrome: 8) {
24 p {
25 margin: 1px;
30 @media () {