blob: 49b6b02b766c590d7ce40edddd421a79bb2da819 (
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 transform</title>
<style>
#a::first-line { transform: translate(50px);}
</style>
</head>
<body style="position: absolute;">
<span style="position: absolute;" id="a">
<span style="transform: translate(50px);">ع ع ع
</span>
</span>
</body>
</html>
|