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

32 lines
1.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" "http://www.w3.org/TR/html251/strict.dtd">
<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 a happy line of text with a ___<textarea cols="25">____textarea_____</textarea>____ inside.<br>
This is another happy line of text sorta just hanging out here so you can see the spacing. More text! More!
</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 a happy line of text with a ___<textarea cols="25" style="vertical-align:baseline">____aligned textarea_____</textarea>____ inside.<br>
This is another happy line of text sorta just hanging out here so you can see the spacing. More text! More!
</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 a happy line of text with a ___<textarea cols="25" style="font-size: 2em">____textarea_____</textarea>____ inside.<br>
This is another happy line of text sorta just hanging out here so you can see the spacing. More text! More!
</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 a happy line of text with a ___<textarea cols="25" style="vertical-align:baseline; font-size: 2em">____aligned textarea_____</textarea>____ inside.<br>
This is another happy line of text sorta just hanging out here so you can see the spacing. More text! More!
</p>
</form>
</body></html>