gecko/layout/html/tests/formctls/bugs/bug167236-15.html

31 lines
1.6 KiB
HTML

<html><head><title>Testcase</title>
<style>
* { font-family: serif }
</style>
</head><body>
<form>
<p>This is another happy line of text sorta just hanging out here so you can see the spacing. More text! More!<br>
This is another happy line of text sorta just hanging out here so you can see the spacing. More text! More!<br>
This is a happy line of text with a ___<textarea cols="25">____textarea_____</textarea>____ inside.
</p>
<p>This is another happy line of text sorta just hanging out here so you can see the spacing. More text! More!<br>
This is another happy line of text sorta just hanging out here so you can see the spacing. More text! More!<br>
This is a happy line of text with a ___<textarea cols="25" style="vertical-align:baseline">____aligned textarea_____</textarea>____ inside.
</p>
<p>Same with big font</p>
<p>This is another happy line of text sorta just hanging out here so you can see the spacing. More text! More!<br>
This is another happy line of text sorta just hanging out here so you can see the spacing. More text! More!<br>
This is a happy line of text with a ___<textarea cols="25" style="font-size: 2em">____textarea_____</textarea>____ inside.
</p>
<p>This is another happy line of text sorta just hanging out here so you can see the spacing. More text! More!<br>
This is another happy line of text sorta just hanging out here so you can see the spacing. More text! More!<br>
This is a happy line of text with a ___<textarea cols="25" style="vertical-align:baseline; font-size: 2em">____aligned textarea_____</textarea>____ inside.
</p>
</form>
</body></html>