blob: ee26de87c3e3f3a48fe40fb9de8cd32cffb9f7e8 [file] [log] [blame]
body {
font-size: 12px;
foo: bar !
important /* !important property not recognized by WebCore */;
height: 100% !important;
colorz: "!important";
important:!important;
color: "badcolor" ! important /* good property with strange value */;
}
@media {
/* @media rule with an empty media list */
}
/* comment before selector */body.main1/* comment after selector */{/* comment */color: #F00BAA;zoo:moo /* not an !important unrecognized property */}/* comment */
body.main2{background: green /* value !important comment */ !important /* no semicolon, very !important */}