mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
Correctly handle length-changing mappings in text-transform
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head></head><body>
|
||||
<span style="font-size:32px">i̇i</span>
|
||||
</body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head><title>CSS Test: text-transform: LATIN CAPITAL LETTER I WITH DOT ABOVE</title>
|
||||
<link rel="match" href="reference/text-transform-lowercase-002-ref.htm">
|
||||
</head><body>
|
||||
<span style="font-size:32px;text-transform:lowercase">İI</span>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user