Mypal/layout/generic/crashtests/866547-1.html

15 lines
181 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body::first-line { }
div::after { content: 'A'; }
</style>
</head>
<body>
<div style="display: inline-flex;"> &#x062A;</div>
</body>
</html>