gecko/layout/xul/crashtests/716503.html
2015-11-24 20:04:04 +01:00

12 lines
139 B
HTML

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