mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00: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>
|