gecko-dev/layout/style/crashtests/content-only-on-link-before.html
J. Ryan Stinnett 226671a98b Bug 1328509 - Add visited pseudo crashtests. r=emilio
Rename and duplicate a crashtest to better cover each variation of a single
:link or single :visited style on a pseudo-element.

MozReview-Commit-ID: JMFXD7nk9fH
2017-05-25 10:12:04 -05:00

6 lines
131 B
HTML

<!DOCTYPE HTML>
<style type="text/css">
:link::before { content: "link: " }
</style>
<a href="http://www.example.com/">example</a>