blob: f2c4002d74ba811a835cdfaf2cbcbef8e43189ec [file] [log] [blame]
<!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="inline-size:20px;block-size:50px;background-color:green"> This is the second line of <img style="inline-size:20px;block-size:100px;background-color:purple"> text.