Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / styles / resources / get-set-stylesheet-text.css
blobee26de87c3e3f3a48fe40fb9de8cd32cffb9f7e8
1 body {
2 font-size: 12px;
3 foo: bar !
5 important /* !important property not recognized by WebCore */;
6 height: 100% !important;
7 colorz: "!important";
8 important:!important;
9 color: "badcolor" ! important /* good property with strange value */;
12 @media {
13 /* @media rule with an empty media list */
16 /* comment before selector */body.main1/* comment after selector */{/* comment */color: #F00BAA;zoo:moo /* not an !important unrecognized property */}/* comment */
18 body.main2{background: green /* value !important comment */ !important /* no semicolon, very !important */}