summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/writing-mode/vertical-lr-replaced-selection.html
blob: 16b73950c000766cc12dec5ddb912185446b403a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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:sideways-right;text-rendering:optimizeLegibility;">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.