| OLD | NEW |
| 1 <p> | 1 <p> |
| 2 Test for <i><a href="rdar://problem/7458272">rdar://problem/7458272</a> | 2 Test for <i><a href="rdar://problem/7458272">rdar://problem/7458272</a> |
| 3 REGRESSION (r50470) Reproducible ASSERT in | 3 REGRESSION (r50470) Reproducible ASSERT in |
| 4 RenderPart::setWidgetGeometry()</i>. | 4 LayoutPart::setWidgetGeometry()</i>. |
| 5 </p> | 5 </p> |
| 6 <iframe></iframe> | 6 <iframe></iframe> |
| 7 <textarea id="target">Test did not run</textarea> | 7 <textarea id="target">Test did not run</textarea> |
| 8 <script> | 8 <script> |
| 9 if (window.testRunner) | 9 if (window.testRunner) |
| 10 testRunner.dumpAsText(); | 10 testRunner.dumpAsText(); |
| 11 | 11 |
| 12 var target = document.getElementById("target"); | 12 var target = document.getElementById("target"); |
| 13 target.offsetTop; | 13 target.offsetTop; |
| 14 target.selectionEnd = 2; | 14 target.selectionEnd = 2; |
| 15 target.style.height = "100px"; | 15 target.style.height = "100px"; |
| 16 target.value = ""; | 16 target.value = ""; |
| 17 | 17 |
| 18 target.value = "Finished"; | 18 target.value = "Finished"; |
| 19 </script> | 19 </script> |
| OLD | NEW |