summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/cascade/support/cascade.css
blob: ab1084f63270e4a241b3c8b36400a7cad0b511d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#user-stylesheet-indication
{
    /* Used by the harness to display and indication there is a user-stylesheet applied */
    display: block!important;
}
#cascade
{
    /* Used by the test to hide the prerequsite */
    display: none;
}
.cascadered
{
    color: red;
}
.cascadegreen
{
    color: green;
}
.cascadegreenimportant
{
    color: green!important;
}