gecko/layout/reftests/bugs/400826-1.html

15 lines
176 B
HTML
Raw Normal View History

2007-11-09 00:49:26 -08:00
<!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>