I'm trying to add support for HTMLMediaElement and HTMLVideoElement and wondered what a canonical way of adding tests should look like. This made me notice that tests are actually missing for many of the elements in the Webapi/Dom. Just the first few that I noticed immediately:
HTMLSelectElement
HTMLTextAreaElement
HTMLOptionElement
I'm guessing there are many more.
I'm trying to add support for
HTMLMediaElementandHTMLVideoElementand wondered what a canonical way of adding tests should look like. This made me notice that tests are actually missing for many of the elements in the Webapi/Dom. Just the first few that I noticed immediately:HTMLSelectElementHTMLTextAreaElementHTMLOptionElementI'm guessing there are many more.