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

15 lines
181 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<style>
body::first-line { }
div::after { content: 'A'; }
</style>
</head>
<body>
<div style="display: inline-flex;"> &#x062A;</div>
</body>
</html>