tenfourfox/layout/xul/crashtests/716503.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>