haikuwebkit/LayoutTests/fast/writing-mode/vertical-lr-replaced-select...

18 lines
698 B
HTML

<!doctype html><head>
<script>
function selectStuff()
{
document.body.offsetLeft;
if (eventSender) {
eventSender.mouseMoveTo(10, 25);
eventSender.mouseDown();
eventSender.mouseMoveTo(10, 25);
eventSender.mouseMoveTo(130, 25);
eventSender.mouseUp();
}
}
</script>
</head>
<body onload="selectStuff()" style="font-size:36px; -webkit-writing-mode:vertical-lr; -webkit-text-orientation: mixed;">This is the first line of text.<br>
<img style="-webkit-logical-width:20px;-webkit-logical-height:50px;background-color:green"> This is the second line of <img style="-webkit-logical-width:20px;-webkit-logical-height:100px;background-color:purple"> text.