gecko-dev/layout/style/crashtests/474377-1.xhtml
Ryan VanderMeulen 80cc335b07 Bug 474377 - Add crashtest.
--HG--
extra : rebase_source : f84cd1c53448a790676a7cc7e55be42af9ae2c23
2015-10-24 15:03:19 -04:00

19 lines
251 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
#q:after {
content: 'A';
}
</style>
</head>
<body>
<mrow xmlns="http://www.w3.org/1998/Math/MathML"></mrow>
<span id="q"><span><div></div></span></span>
</body>
</html>