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

15 lines
378 B
HTML

<html>
<head>
<title>Crash [@ nsViewManager::CreateView] with ::first-line position: absolute and -moz-transform</title>
<style>
#a::first-line { -moz-transform: translate(50px);}
</style>
</head>
<body style="position: absolute;">
<span style="position: absolute;" id="a">
<span style="-moz-transform: translate(50px);">&#1593; &#1593; &#1593;
</span>
</span>
</body>
</html>