mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Fix text-transform:capitalize across text runs
This commit is contained in:
parent
371e6897e1
commit
6304186f4f
3 changed files with 10 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
<!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>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta charset="UTF-8">
|
||||
<!-- Tests that `text-transform: capitalize` works. -->
|
||||
<body>
|
||||
<h1 style='font-family: Hiragino Maru Gothic Pro'>ュゥゥゥゥ Can Do ÁnyThing At ゾムボ.cOm</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue