/toolkit/content/tests/chrome/test_largemenu.xul

http://github.com/zpao/v8monkey · Unknown · 31 lines · 26 code · 5 blank · 0 comment · 0 complexity · 6cae1625687f270498896a407dc5e8ea MD5 · raw file

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
  3. <?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" type="text/css"?>
  4. <window title="Large Menu Tests"
  5. onload="setTimeout(runTest, 0);"
  6. xmlns:html="http://www.w3.org/1999/xhtml"
  7. xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  8. <title>Large Menu Tests</title>
  9. <script type="application/javascript"
  10. src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>
  11. <script>
  12. SimpleTest.waitForExplicitFinish();
  13. function runTest()
  14. {
  15. window.open("window_largemenu.xul", "_blank", "chrome,width=200,height=200");
  16. }
  17. </script>
  18. <body xmlns="http://www.w3.org/1999/xhtml">
  19. <p id="display">
  20. </p>
  21. <div id="content" style="display: none">
  22. </div>
  23. <pre id="test">
  24. </pre>
  25. </body>
  26. </window>