text-tselect-03-t

FAIL

raster image of text-tselect-03-t

This test demonstrates text selection of bidirectional text.

To pass the test the the first 9 characters in logical order starting from logical position 0 are to be selected. This must be done by the tester since there's no way to control the selection in DOM. The selection should be started at the letter 'a' and proceed to the number '1' as indicated by the arrows. Visually this makes the selection discontigous and these substrings must be selected (listed in visual order):

"abc"

the space between "c" and "ו"

"1"

the space between "3" and "ג"

"אבג"

If only the substrings listed above were selected then the test has passed.