Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / styles / resources / get-set-stylesheet-text.css
1 body {
2     font-size: 12px;
3     foo: bar !
4
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 */;
10 }
11
12 @media {
13     /* @media rule with an empty media list */
14 }
15
16 /* comment before selector */body.main1/* comment after selector */{/* comment */color: #F00BAA;zoo:moo /* not an !important unrecognized property */}/* comment */
17
18 body.main2{background: green /* value !important comment */ !important /* no semicolon, very !important */}