author | Iulian Moraru <imoraru@mozilla.com> |
Sun, 03 Jul 2022 00:40:31 +0300 | |
changeset 622856 | d0df2e2dd962819416156df3c5a691e4bef5bd37 |
parent 212358 | 2db29c0ae60b6eb0e196165631127d195fe2ef0b |
permissions | -rw-r--r-- |
<!DOCTYPE html> <html class="reftest-wait"> <body onload=" document.body.removeChild(document.getElementById('x')); document.documentElement.removeAttribute('class');"> <div id="x"> <form id="a"> <select></select> </form> <form id="a"> <select></select> </form> </div> <select form="a"></select> </body> </html>