blob: 8e9f1673f6de68764c308b4ab7d6524c262ba528 [file] [log] [blame]
<html>
<head><meta charset="UTF-8"></head>
<body>
<p id="text">
This tests that composition underline is painted correctly for LTR text on Linuxby typing hello world in English.
</p>
<form><input id="input0" type="text" /></form>
<script>
var input0 = document.getElementById("input0");
input0.focus();
input0.value = "hello ";
if (window.testRunner) {
testRunner.setTextDirection("ltr");
textInputController.setComposition("world");
}
</script>
</body>
</html>