397293.xhtml 369 B

12345678910111213141516171819202122
  1. <html xmlns="http://www.w3.org/1999/xhtml"
  2. xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  3. style="opacity: 0.2;">
  4. <head>
  5. <script>
  6. function x()
  7. {
  8. document.documentElement.style.counterReset = "chicken";
  9. document.body.offsetHeight;
  10. }
  11. </script>
  12. </head>
  13. <body onload="setTimeout(x, 0);">Foo</body>
  14. <xul:listbox/>
  15. </html>