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