blob: ab1084f63270e4a241b3c8b36400a7cad0b511d9 [file] [log] [blame]
#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;
}