mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 12:23:08 +09:00
14 lines
378 B
HTML
14 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>
|