| <!DOCTYPE html> |
| <head> |
| </head> |
| <body> |
| <p>This test makes sure that the complex text codepath can handle small caps with non-BMP characters which can be uppercased.</p> |
| <div style="font: 70px 'Geneva';"> |
| <div style="position: absolute; left: 16px; top: 16px;"><span style="font-size: 100px;">ق</span>𐐀</div> |
| <div style="position: absolute; left: 116px; top: 16px;">𐐀<span style="font-size: 100px;">ق</span></div> |
| <div style="position: absolute; left: 216px; top: 16px;"><span style="font-size: 100px;">ق</span>𐐀̀</div> |
| <div style="position: absolute; left: 316px; top: 16px;">𐐀̀<span style="font-size: 100px;">ق</span></div> |
| </div> |
| </body> |
| </html> |