summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/cascade/support/html-precedence-003.css
blob: 9c7bf87c62948495d728a3de9c51d9aaf7cdf05f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#user-stylesheet-indication
{
    /* Used by the harness to display and indication there is a user-stylesheet applied */
    display: block!important;
}
#htmlPrecedence003
{
    /* Used by the test to hide the prerequsite */
    display: none;
}
*
{
    color: red;
}
font
{
    text-decoration: underline;
}