Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / styles / resources / styles-new-API.css
1 @charset "UTF-8";
2
3 @import url("styles-new-API-1.css");
4
5 html {
6     font-weight: 400;
7 }
8
9 @media screen {
10 body {
11     font-size: 12px;
12     foo: bar !
13
14     important /* !important property not recognized by WebCore */;
15     height: 100% !important;
16     colorz: "!important";
17     important:!important;
18     color: yellow;
19     color: "badcolor" ! important /* good property with strange value */;
20 }
21
22 /* comment before selector */body.main1/* comment after selector */{/* comment */color: #F00BAA;zoo:moo /* not an !important unrecognized property */}/* comment */
23
24 body.main2{background: green /* value !important comment */ !important /* no semicolon, very !important */}
25 }
26
27 body::after  {
28     content: "After body";
29 }
30
31 h1 {
32     height : 100% ; border: 1px solid; border-width: 2px; background-color : #33FF33; googles: abra; foo: .bar; -moz-goog: 1***; border-width: 0px; /*padding-top:1px;*/
33 }