trisquel-icecat/icecat/layout/reftests/text/1463020-letter-spacing-text-transform-1-ref.html

17 lines
347 B
HTML

<!DOCTYPE html>
<html>
<meta charset=utf-8>
<style>
span {
font-size: 36px;
font-kerning: none;
}
#ref {
text-transform: uppercase;
}
</style>
<body>
<p>The two lines should match:
<p><span id="ref">S&nbsp;&nbsp;🇸🇪&nbsp;&nbsp;v&nbsp;&nbsp;e</span>
<p><span id="ref">S&nbsp;&nbsp;🇸🇪&nbsp;&nbsp;v&nbsp;&nbsp;e</span>
</body>