haikuwebkit/LayoutTests/fast/css/focus-ring-multiline-writin...

17 lines
397 B
HTML

<html>
<head>
<script>
window.onload = function()
{
document.getElementById("multiline").focus();
}
</script>
</head>
<body>
<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>