Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-fonts/rtl-glyph-extents.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf-8">
<title>RTL glyph ink overflow at different font sizes</title>
<link rel="match" href="rtl-glyph-extents-ref.html">
<meta name="assert" content="Isolated glyphs with left or right ink overhang render without clipping in RTL text, just as in LTR text, at different font sizes.">
<link rel="stylesheet" href="support/rtl-glyph-extents.css">
<style>.glyph { direction: rtl; }</style>
<div class="column">
<div class="glyph small">ا</div>
<div class="glyph medium">ا</div>
<div class="glyph large">ا</div>
<div class="glyph extra-large">ا</div>
<div class="glyph medium">ب</div>
<div class="glyph medium">ت</div>
</div>