| <!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: 100px 'Geneva'; font-variant: small-caps"> |
| <div style="position: absolute; left: 16px; top: 16px;">ق𐐨</div> |
| <div style="position: absolute; left: 116px; top: 16px;">𐐨ق</div> |
| <div style="position: absolute; left: 216px; top: 16px;">ق𐐨̀</div> |
| <div style="position: absolute; left: 316px; top: 16px;">𐐨̀ق</div> |
| </div> |
| </div> |
| </body> |
| </html> |