RetroZilla/layout/html/tests/formctls/bugs/bug45152.html

15 lines
534 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
<H1>Testcase to demonstrate line-height problem with horizontal scrollbar</H1>
<P>
<TEXTAREA style="overflow:auto; line-height:31px;" CLASS="f2 std-subhdr-inp-area" COLS="20" ROWS="4"></TEXTAREA>
<TEXTAREA style="overflow:auto; line-height:31px;" CLASS="f2 std-subhdr-inp-area" COLS="20" ROWS="4">Please at least two lines, with the first line larger than the width of the textarea</TEXTAREA>
</P>
</body>
</html>