author | criss <ccozmuta@mozilla.com> |
Thu, 30 Jun 2022 00:56:50 +0300 | |
changeset 622596 | 401c2d7e80fba6483348d1d0514c768f7180e734 |
parent 26043 | d4f0e362a0a53f1aa50d43ef09a7a274286be3a0 |
permissions | -rw-r--r-- |
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="reftest-wait"> <head> <script> function boo() { var tabbox = document.getElementById("tabbox"); document.body.removeChild(tabbox); tabbox.setAttribute("context", "a"); document.documentElement.removeAttribute("class"); } </script> </head> <body onload="setTimeout(boo, 30)"> <xul:tabbox id="tabbox" /> </body> </html>