Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Side by Side Diff: LayoutTests/inspector/elements/styles/resources/styles-new-API.css

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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 sem icolon, 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 : #33 FF33; googles: abra; foo: .bar; -moz-goog: 1***; border-width: 0px; /*padding-to p:1px;*/
33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698