summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/border-image-visited-link.html
blob: b6e3ae5d783a65ec7644d4d74cdfe700f062e64a (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<title>border-image on link with visited styles</title>
<style>

:link { color: blue }
:visited { color: purple }
:link, :visited { border: medium solid; border-image: url(blue-32x32.png) 4 4 4 4; }

</style>
<a href="http://example.com/">test</a>