gecko/layout/reftests/text-transform/uppercase-1.html

7 lines
132 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<body>
<span style="text-transform:uppercase">This text should be uppercased.</span>
</body>
</html>