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

14 lines
283 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<style type="text/css">
div::first-letter { color: magenta; }
span:before { content: "\"" "This "; }
</style>
</head>
<body style="width: 1em;" onload="document.getElementById('div').style.direction = 'rtl';">
<div id="div"><span>is text</span></div>
</body>
</html>