gecko-dev/layout/html/tests/formctls/bugs/bug167236-9.html

37 строки
3.3 KiB
HTML

<html><head><title>Testcase</title></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 an <input value="input" value="InpuT" size="5"><input type="button" value="BuTtoN"><input type="submit" value="Submit"><input type="reset" value="reset"><input type="file"><select><option>Select</option><option>Select2</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>
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 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 <input type="password" value="password" size="8"><input type="button" value="BuTtoN"><input type="submit" value="Submit"><input type="reset" value="reset"><input type="file"><select><option>Select</option><option>Select2</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>
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 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 an <input value="input" style="font-size: 2em" value="input" size="5"><input style="font-size: 2em" type="button" value="BuTtoN"><input style="font-size: 2em" type="submit" value="Submit"><input style="font-size: 2em" type="reset" value="reset"><input style="font-size: 2em" type="file"><select style="font-size: 2em"><option>Select</option><option>Select2</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>
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 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 <input type="password" value="password" style="font-size: 3em" size="8"><input style="font-size: 3em" type="button" value="BuTtoN"><input style="font-size: 3em" type="submit" value="Submit"><input style="font-size: 3em" type="reset" value="reset"><input style="font-size: 3em" type="file"><select style="font-size: 3em"><option>Select</option><option>Select2</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>
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>