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

15 lines
176 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
<style>
p:first-letter, div:first-line {
text-transform:uppercase;
}
</style>
</head>
<body>
<p>hello
<div>hello<br>kitty</div>
</body>
</html>