blob: 54b894d27fc129460631648458fb214c48bfe150 [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
div::first-letter {
color: green;
}
</style>
<body>
<p>This test checks that display property is ignored in ::first-letter pseudo-element.</p>
<p>The tests passes if you see 5 lines with "Text" and the first letter green.</p>
<div>
Text
</div>
<div>
Text
</div>
<div>
Text
</div>
<div>
Text
</div>
<div>
Text
</div>
</body>
</html>