gecko-dev/layout/xul/crashtests/716503.html

12 строки
139 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div::before {
content: "j";
display:-moz-inline-box;
}
</style>
<body><div></div></body>
</html>