Skip to content

Commit

Permalink
Update test.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed Mar 14, 2023
1 parent a85b824 commit fae028b
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions tests/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ <h6>Header level 6 Some more Text to test line-height Some more Text to test lin
.tableDemo td , .tableDemo th {
border:1px solid;
}
.tableDemo .batman {
background-color:#ddd;
}
</style>
</section>

Expand Down Expand Up @@ -231,7 +234,10 @@ <h6>Header level 6 Some more Text to test line-height Some more Text to test lin
<label>
<input type="file" id="input-file-multiple" multiple> File (multiple)
</label>
<button type="button">I'm a Button</button> <input> <select><option>1</select>
<label>
<button type="button">Button</button> <input style="width:5rem"> <select><option>1</select>
inline
</label>
<br>
<button type="button" disabled>I'm a disabled Button</button>
</fieldset>
Expand Down Expand Up @@ -270,7 +276,7 @@ <h6>Header level 6 Some more Text to test line-height Some more Text to test lin
<br>
IMG too big scales down (also has margin:1rem):
<br>
<img width=1000 height=500 style="background:#eee; margin:1rem">
<img width=1000 height=500 style="background:#eee; margin:1rem" alt="">
<br>
AUDIO / VIDEO / IFRAME width 100%:
<br>
Expand Down Expand Up @@ -301,9 +307,9 @@ <h6>Header level 6 Some more Text to test line-height Some more Text to test lin
</label>
</p>
<menu>
<button value="cancel">Cancel</button>
<button id="confirmBtn" value="default">Confirm</button>
<button type=button onclick="this.closest('dialog').append('test '.repeat(10000))">Add lot of contents</button>
<li><button value="cancel">Cancel</button>
<li><button id="confirmBtn" value="default">Confirm</button>
<li><button type=button onclick="this.closest('dialog').append('test '.repeat(10000))">Add lot of contents</button>
</menu>
</form>
</dialog>
Expand Down

0 comments on commit fae028b

Please sign in to comment.