5 -webkit-writing-mode: vertical-rl;
9 -webkit-text-combine: horizontal;
16 <span>PASS:
</span><span id=
"target">did
</span><span> not crash.
</span>
20 if (window
.testRunner
) {
21 testRunner
.waitUntilDone();
24 setTimeout(function() {
25 var textNode
= document
.getElementById('target').firstChild
;
26 textNode
.splitText(0);
28 var sel
= document
.getSelection();
29 sel
.selectAllChildren(document
.getElementById('div'));
31 if (window
.testRunner
)
32 testRunner
.notifyDone();