tenfourfox/layout/style/crashtests/187671-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
333 B
HTML

<a href="http://mozillazine.org/">Link text</a>
<SPAN><p>Paragraph text</p></span>
<!-- The styles have to be after the content. (In the original, the styles were loaded using javascript, with the style sheet loaded depending on the browser.) -->
<style>
a {font-size: 13px }
span {position: relative;}
</style>