1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <title>plainText() returning partial result
</title>
5 <script type=
"text/javascript">
7 testRunner
.dumpAsText();
12 This is a test for
<i>https://bugs.webkit.org/show_bug.cgi?id=
6029
13 plainText() returns a partial result when the node contains RTL text
</i>.
16 The following lines should be identical.
19 <p id=
"target">בבקשה select
20 and copy this sentence.
</p>
21 <p><script type=
"text/javascript">
22 document
.write(document
.getElementById('target').innerText
);