<html> | |
<head> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
This test makes sure that combining grapheme clusters with Tag codepoints (U+E0000 - U+E007F) join correctly. The test passes if you don't see anything below. | |
<div style="position: relative; font-size: 100px;"> | |
<div style="display: -webkit-box;"> | |
<div style="word-break: break-word;"> | |
🏴 | |
</div> | |
</div> | |
<div style="position: absolute; left: 0px; top: 0px; width: 750px; height: 120px; background: white;"></div> | |
</div> | |
</body> | |
</html> |