mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
40 lines
2.3 KiB
HTML
40 lines
2.3 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 a happy line of text with a ___<select><option>____select_____</option></select>____ inside.<br>
|
|
This is another happy line of text sorta just hanging out here so you can see the spacing. More text! More!<br>
|
|
</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 ___<select size="5"><option>____sized select_____</option></select>____ 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 ___<select size="5" style="vertical-align: baseline"><option>____sized aligned select_____</option></select>____ 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 ___<select style="font-size: 2em"><option>____select_____</option></select>____ inside.
|
|
This is another happy line of text sorta just hanging out here so you can see the spacing. More text! More!<br>
|
|
</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 ___<select size="5" style="font-size: 2em"><option>____sized select_____</option></select>____ 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 ___<select size="5" style="vertical-align: baseline; font-size: 2em"><option>____sized aligned select_____</option></select>____ 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>
|