Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / styles / resources / styles-source-offsets.css
blob45210e3fbeaff527c5dd72019b5757aa593843b6
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 /* comment before selector */body.main1/* comment after selector */{/* comment */color: #F00BAA;zoo:moo /* not an !important unrecognized property */}/* comment */
14 body.main2{background: green /* value !important comment */ !important /* no semicolon, very !important */}