Files
servo/tests/wpt/css-tests/css21_dev/html4/support/cascade.css

22 lines
379 B
CSS

#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;
}