blob: a50241d16846741263e6c5a35736b39f0e5c5f3f [file] [log] [blame]
<html>
<head>
<script>
window.onload = function() {
document.getElementById("multiline").focus();
}
</script>
</head>
<body style="background-color: red">
<div id="multiline" style="-webkit-writing-mode: vertical-rl; width: 10em; height: 10em;" contenteditable>
Assuming the port-specific theme draws focus rings, this test draws focus rings around editable multiline text in vertical writing mode.
</div>
</body>
</html>