mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
534 B
HTML
15 lines
534 B
HTML
<!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>
|