4 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8">
5 <style> .selected { color: blue; }
</style>
8 <p>This tests horizontal caret movement in vertical writing mode.
"ある。" and
"名前はまだ" must be selected.
</p>
9 <div id=
"test" style=
"height: 30ex; -webkit-writing-mode: vertical-rl; outline: none;" contenteditable
>
10 <p>吾輩は猫である。
<br>名前はまだ無い。
</p>
15 var test
= document
.getElementById('test');
16 window
.getSelection().collapse(test
.getElementsByTagName('p')[0].lastChild
, 5);
17 window
.getSelection().modify('Extend', 'Backward', 'Line');