| OLD | NEW |
| 1 <p> | 1 <p> |
| 2 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13413">http://bu
gs.webkit.org/show_bug.cgi?id=13413</a> | 2 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=13413">http://bu
gs.webkit.org/show_bug.cgi?id=13413</a> |
| 3 Failed assertion in RenderTextControl::setSelectionRange in Google Spreadshe
ets</i>. | 3 Failed assertion in LayoutTextControl::setSelectionRange in Google Spreadshe
ets</i>. |
| 4 </p> | 4 </p> |
| 5 <p> | 5 <p> |
| 6 This test should not ASSERT. | 6 This test should not ASSERT. |
| 7 </p> | 7 </p> |
| 8 <textarea id="target" style="height: 0"></textarea> | 8 <textarea id="target" style="height: 0"></textarea> |
| 9 <script> | 9 <script> |
| 10 if (window.testRunner) | 10 if (window.testRunner) |
| 11 testRunner.dumpAsText(); | 11 testRunner.dumpAsText(); |
| 12 document.getElementById("target").focus(); | 12 document.getElementById("target").focus(); |
| 13 </script> | 13 </script> |
| OLD | NEW |