servo/tests/ref/text_transform_lowercase_a.html
Patrick Walton 877f02f1d1 layout: Implement text-transform.
The Unicode awareness of `text-transform` is implemented as well as
possible given the Rust standard library's Unicode support. In
particular, the notion of an alphabetic character is used instead of a
letter.

Gecko has a subclass of text run to handle text transforms, but I
implemented this in a simpler way.
2014-12-10 14:09:08 -08:00

8 lines
222 B
HTML

<!DOCTYPE html>
<html>
<!-- Tests that `text-transform: lowercase` works. -->
<body>
<h1 style='text-transform: lowercase; font-family: Hiragino Maru Gothic Pro'>YoU CaN dO ÁnYtHiNg At ゾムボ.cOm</h1>
</body>
</html>