Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector-protocol / css / resources / set-media-text.css
blob4ec111ed0231c6f6516ed2ff7294d370ca06618a
1 @media screen and (min-width: 700px) and (max-device-height: 200em) {
2 body {
3 padding: 0;
7 @media all and (orientation: portrait),
8 handheld and (max-width: 700px),
9 (max-resolution: 3dppx) {
10 body {
11 padding: 10px;