aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/active_selector.html
blob: ac53d2e6645339e8d61ac7ea003d9d73b908805c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<style>
:active {border:1px solid #A61D61; background-color:#DC2F85; color:#333232;}
</style>
<body>
    <fieldset>
        <a href="https://servo.org/">
            Link
        </a>
        <button>Click Me!</button>
        <button disabled>You can't activate me</button>
        <a>Anchor with no href</a>
        <link href="www.mozilla.com">Link</link>
        <link>Link with no href</link>
    </fieldset>
</body>
</html>