haikuwebkit/LayoutTests/fast/text/format-control.html

24 lines
982 B
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html><head>
<meta charset="utf-8">
<style>
div { font-size: 30pt; }
</style>
</head>
<body>
This tests the ZWJ and ZWNJ format control characters on basic Latin text.
<div>
<p>fi fl ff ffi ffl fl f&nbsp;&nbsp;&nbsp;i</p>
<p>fi fl ff ffi ffl fl f i</p>
<p>fi fl ff ffi ffl fl f i</p>
</div>
<div style="font-family: Times New Roman">
<p>fi fl ff ffi ffl fl f&nbsp;&nbsp;&nbsp;i</p>
<p>fi fl ff ffi ffl fl f i</p>
<p>fi fl ff ffi ffl fl f i</p>
</div>
</body>
</html>