OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 </head> | 3 </head> |
4 <body> | 4 <body> |
5 <div>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=9537"> | 5 <div>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=9537"> |
6 Bug 9537 REGRESSION: Reproducible crash in WebCore::LayoutTextField::textWithHar
dLineBreaks()</a></div> | 6 Bug 9537 REGRESSION: Reproducible crash in WebCore::LayoutTextField::textWithHar
dLineBreaks()</a></div> |
7 <div>https://bugs.webkit.org/show_bug.cgi?id=9537</div> | 7 <div>https://bugs.webkit.org/show_bug.cgi?id=9537</div> |
8 <form name="f" method="get" action="textarea-hard-linewrap-empty.html"> | 8 <form name="f" method="get" action="textarea-hard-linewrap-empty.html"> |
9 <textarea id="textarea" name="textarea" wrap="hard" cols="5"></textarea> | 9 <textarea id="textarea" name="textarea" wrap="hard" cols="5"></textarea> |
10 <input type="submit"> | 10 <input type="submit"> |
(...skipping 12 matching lines...) Expand all Loading... |
23 document.write("Success"); | 23 document.write("Success"); |
24 else | 24 else |
25 document.write("<div>Failure.</div><div>Expected: textarea=</div><div>Ac
tual: " + formData + "</div>"); | 25 document.write("<div>Failure.</div><div>Expected: textarea=</div><div>Ac
tual: " + formData + "</div>"); |
26 | 26 |
27 if (window.testRunner) | 27 if (window.testRunner) |
28 window.testRunner.notifyDone(); | 28 window.testRunner.notifyDone(); |
29 } | 29 } |
30 </script> | 30 </script> |
31 </body> | 31 </body> |
32 </html> | 32 </html> |
OLD | NEW |