chromium/third_party/blink/web_tests/http/tests/devtools/elements/styles-4/resources/styles-new-API.css

@charset "UTF-8";

@import url("styles-new-API-1.css");

html {
    font-weight: 400;
}

@media screen {
body {
    font-size: 12px;
    foo: bar !

    important /* !important property not recognized by WebCore */;
    height: 100% !important;
    colorz: "!important";
    important:!important;
    color: yellow;
    color: "badcolor" ! important /* good property with strange value */;
}

/* 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 */}
}

body::after  {
    content: "After body";
}

h1 {
    height : 100% ; border: 1px solid; border-width: 2px; background-color : #33FF33; googles: abra; foo: .bar; -moz-goog: 1***; border-width: 0px; /*padding-top:1px;*/
}