mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
26 lines
1006 B
HTML
26 lines
1006 B
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 a happy line of text with <input type="button" value="BuTtoNs"><button type="button">Buttttons</button> in it<br>
|
|
This is another happy line of text sorta just hanging out here so you can see the spacing. More text! More!
|
|
</p>
|
|
|
|
<p>
|
|
<button type="button">Just a button<br>With text in it</button>
|
|
</p>
|
|
|
|
<p><button type="button" style="letter-spacing: 1em">Spacy text</button> <input type="button" style="letter-spacing: 1em" value="Spacy text"></p>
|
|
|
|
<p><button type="button" style="letter-spacing: 1em">Spacy text</button> <input type="button" style="letter-spacing: 1em" value="Spacy text"></p>
|
|
|
|
<p><input type="button"></p>
|
|
<p><input type="reset"></p>
|
|
<p><input type="submit"></p>
|
|
|
|
<p><button type="button"></button></p>
|
|
<p><button type="reset"></button></p>
|
|
<p><button type="submit"></button></p>
|
|
|
|
</form>
|
|
</body>
|
|
</html> |