Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/328111-1.html

18 lines
183 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html><head>
<style>
p:first-letter{
color:red;
}
</style>
</head>
<body>
<p>test</p>
<p>*test</p>
<p>**test</p>
<p>***test</p>
<p>&nbsp;test</p>
</body>
</html>