зеркало из https://github.com/mozilla/pjs.git
added more tests
This commit is contained in:
Родитель
8899b58896
Коммит
7386bbcbfe
|
@ -23,6 +23,10 @@ style="width:200px;" <br>
|
|||
<div style="color: yellow;background-color:blue;width:200px;">This is 200px width</div>
|
||||
Size=50 style="height:50px;"<br>
|
||||
<input type=text size=50 style="height:50px;" value="123456789 123456789 123456789 123456789 123456789 ">
|
||||
<br>
|
||||
<br>
|
||||
style="width:200px;height:50px;" <br>
|
||||
<input type=text style="width:200px;height:50px;" value="123456789 123456789 123456789 123456789 ">
|
||||
<hr>
|
||||
<h3>Padding and Border Tests</h3>
|
||||
<br>
|
||||
|
|
|
@ -43,6 +43,10 @@ style="width:200px;" (Default Rows & Cols)<br>
|
|||
<br>
|
||||
50 cols style="height:50px;"<br>
|
||||
<textarea cols=50 style="height:50px;">123456789 123456789 123456789 123456789 123456789 </textarea>
|
||||
<br>
|
||||
<br>
|
||||
style="width:200px;height:200px;" (Default Rows & Cols)<br>
|
||||
<textarea style="width:200px;height:200px;">123456789 123456789 123456789 123456789 </textarea>
|
||||
<hr>
|
||||
<h3>Padding and Border Tests</h3>
|
||||
<br>
|
||||
|
|
Загрузка…
Ссылка в новой задаче