mirror of
https://github.com/servo/servo.git
synced 2025-06-16 20:34:30 +00:00
9 lines
259 B
HTML
9 lines
259 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<meta charset="UTF-8">
|
|
<!-- Tests that `text-transform: capitalize` works. -->
|
|
<body>
|
|
<h1 style='text-transform: capitalize; font-family: Hiragino Maru Gothic Pro'>ュゥゥゥゥ can do ányThing at ゾムボ.cOm</h1>
|
|
</body>
|
|
</html>
|
|
|