404192.xhtml 412 B

12345678910111213
  1. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="reftest-wait">
  2. <xul:titlebar id="a" style="overflow: auto;"/>
  3. <script>
  4. function doe() {
  5. document.getElementsByTagName('*')[1].focus();
  6. document.getElementsByTagName('*')[0].focus();
  7. document.documentElement.removeAttribute("class");
  8. }
  9. setTimeout(doe, 200);
  10. </script>
  11. </html>