mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
378 B
HTML
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);">ع ع ع
|
||
|
</span>
|
||
|
</span>
|
||
|
</body>
|
||
|
</html>
|