summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/content-only-on-visited-before.html
blob: 4496bb86df25cb900fca28c16a7553dd2b4fc2cc (plain)
1
2
3
4
5
<!DOCTYPE HTML>
<style type="text/css">
:visited::before { content: "link: " }
</style>
<a href="http://www.example.com/">example</a>