Commit 10125a99 authored by apavlov@chromium.org's avatar apavlov@chromium.org

2011-03-25 Alexander Pavlov <apavlov@chromium.org>

        Unreviewed, build fix. Add file missing from r81953

        * inspector/styles/resources/get-set-stylesheet-text.css: Added.
        (body):
        (/* comment before selector */body.main1/* comment after selector */):
        (body.main2):


git-svn-id: svn://svn.chromium.org/blink/trunk@81954 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 478a3303
2011-03-25 Alexander Pavlov <apavlov@chromium.org>
Unreviewed, build fix. Add file missing from r81953
* inspector/styles/resources/get-set-stylesheet-text.css: Added.
(body):
(/* comment before selector */body.main1/* comment after selector */):
(body.main2):
2011-03-15 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Pavel Feldman.
......
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 */;
}
/* 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 */}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment