gecko/layout/style/crashtests/border-image-visited-link.html
L. David Baron 10790a02c1 Bug 975397 - Call TrackImage when constructing a new nsStyleBorder. r=heycam
I confirmed that the crashtest crashes in the harness without the patch.

--HG--
rename : layout/reftests/backgrounds/blue-32x32.png => layout/style/crashtests/blue-32x32.png
2014-04-02 22:56:19 -07:00

11 lines
264 B
HTML

<!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>