summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/466845-1.html
blob: f15c934f1b37484d6b5647ea9cacbf429fa17bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>