14 بِِِِِِِِِِِِِِِِِِِِِِِِِِِِِِِا
<br><span>test
1</span><br><span>test
2</span>
18 Tests that the glyph overflow rect, used for repaint, is
19 correctly computed. After selecting and unselecting either
20 <code>test
</code> line above the harakat from the first line are
25 if (window
.testRunner
)
26 testRunner
.waitUntilDone();
28 var testElements
= document
.getElementById('test').
29 getElementsByTagName('span');
31 window
.setTimeout(function() {
32 var text
= testElements
[0].firstChild
;
33 window
.getSelection().setBaseAndExtent(text
, 0, text
, text
.length
);
34 window
.setTimeout(function() {
35 var text
= testElements
[1].firstChild
;
36 window
.getSelection().setBaseAndExtent(text
, 0, text
, text
.length
);
37 window
.setTimeout(function() {
38 var text
= testElements
[1].firstChild
;
39 window
.getSelection().setBaseAndExtent(text
, 3, text
, text
.length
);
40 if (window
.testRunner
)
41 testRunner
.notifyDone();