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 fae028b commit aec0b5f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions tests/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,12 @@ <h2>Inert-attribute</h2>
<div inert>
<a href="#">A</a>
<button>Button</button>
<input>
<select>
<option>Option</option>
</select>
<label>
<input>
<select>
<option>Option</option>
</select>
</label>
</div>

</section>
Expand Down Expand Up @@ -381,14 +383,14 @@ <h2>Break</h2>
<section>
line-height
<hr>
<div style="font-size:140px">
<div style="font-size:100px">
A big texty
</div>
<div style="font-size:12px">
A small text to test line-height, and long so it breaks on the next line. Does it really break on the next line?
</div>
<div style="font-family:times">
<div style="font-size:140px">
<div style="font-size:100px">
A big texty
</div>
<div style="font-size:12px">
Expand Down

0 comments on commit aec0b5f

Please sign in to comment.