tweaked tests to match less.js

This commit is contained in:
cloudhead 2010-03-04 01:41:03 -05:00
parent 756e8d2434
commit d860763454
5 changed files with 60 additions and 55 deletions

View File

@ -1,10 +1,24 @@
.mixin { border: 1px solid black; }
.mixout { border-color: orange; }
.borders { border-style: dashed; }
#namespace .borders { border-style: dotted; }
#namespace .biohazard { content: "death"; }
#namespace .biohazard .man { color: transparent; }
#theme > .mixin { background-color: grey; }
.mixin {
border: 1px solid black;
}
.mixout {
border-color: orange;
}
.borders {
border-style: dashed;
}
#namespace .borders {
border-style: dotted;
}
#namespace .biohazard {
content: "death";
}
#namespace .biohazard .man {
color: transparent;
}
#theme > .mixin {
background-color: grey;
}
#container {
color: black;
border: 1px solid black;
@ -16,13 +30,21 @@
border: 1px solid black;
background-color: grey;
}
#header #cookie { border-style: dashed; }
#header #cookie .chips { border-style: dotted; }
#header #cookie {
border-style: dashed;
}
#header #cookie .chips {
border-style: dotted;
}
#header #cookie .chips .calories {
color: black;
border: 1px solid black;
border-color: orange;
background-color: grey;
}
.secure-zone { color: transparent; }
.direct { border-style: dotted; }
.secure-zone {
color: transparent;
}
.direct {
border-style: dotted;
}

View File

@ -13,40 +13,17 @@
#first > .one > #second .two > #deux #third:focus #fifth > #sixth .seventh #eighth + #ninth {
color: purple;
}
#first > .one > #second .two > #deux #fourth {
#first > .one > #second .two > #deux #fourth, #first > .one > #second .two > #deux #five, #first > .one > #second .two > #deux #six {
color: #110000;
}
#first > .one > #second .two > #deux #fourth .seven {
border: 1px solid black;
}
#first > .one > #second .two > #deux #fourth .eight > #nine {
border: 1px solid black;
}
#first > .one > #second .two > #deux #fourth #ten {
color: red;
}
#first > .one > #second .two > #deux #five {
color: #110000;
}
#first > .one > #second .two > #deux #five .seven {
border: 1px solid black;
}
#first > .one > #second .two > #deux #five .eight > #nine {
border: 1px solid black;
}
#first > .one > #second .two > #deux #five #ten {
color: red;
}
#first > .one > #second .two > #deux #six {
color: #110000;
}
#first > .one > #second .two > #deux #six .seven {
border: 1px solid black;
}
#first > .one > #second .two > #deux #fourth .seven,
#first > .one > #second .two > #deux #five .seven,
#first > .one > #second .two > #deux #six .seven,
#first > .one > #second .two > #deux #fourth .eight > #nine,
#first > .one > #second .two > #deux #five .eight > #nine,
#first > .one > #second .two > #deux #six .eight > #nine {
border: 1px solid black;
}
#first > .one > #second .two > #deux #six #ten {
#first > .one > #second .two > #deux #fourth #ten, #first > .one > #second .two > #deux #five #ten, #first > .one > #second .two > #deux #six #ten {
color: red;
}

View File

@ -1,9 +1,13 @@
.tiny-scope { color: #998899; }
.tiny-scope {
color: #998899;
}
.scope1 {
color: blue;
border-color: black;
}
.scope1 .scope2 { color: blue; }
.scope1 .scope2 {
color: blue;
}
.scope1 .scope2 .scope3 {
color: red;
border-color: black;

View File

@ -18,14 +18,16 @@
}
#container {
color: black;
.mixin, .mixout;
.mixin;
.mixout;
#theme > .mixin;
}
#header {
.milk {
color: white;
.mixin, #theme > .mixin;
.mixin;
#theme > .mixin;
}
#cookie {
.chips {