1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:27:45 +00:00

Base: Add test page for <input type=button> elements

Particularly to test label associations.
This commit is contained in:
Timothy Flynn 2021-04-04 12:16:31 -04:00 committed by Andreas Kling
parent e074fc70e1
commit d40f3aa0d0
2 changed files with 22 additions and 0 deletions

View file

@ -46,6 +46,7 @@ span#loadtime {
<li><a href="float-3.html">floating boxes with overflow=hidden</a></li>
<li><a href="padding-inline.html">inline elements with padding</a></li>
<li><a href="event-bubbling-and-multiple-listeners.html">event bubbling and multiple listeners</a></li>
<li><a href="button.html">button</a></li>
<li><a href="radio.html">radio button</a></li>
<li><a href="checkbox.html">checkbox</a></li>
<li><a href="canvas-rotate.html">canvas rotate()</a></li>