/toolkit/content/tests/chrome/test_bug331215.xul

http://github.com/zpao/v8monkey · Unknown · 43 lines · 36 code · 7 blank · 0 comment · 0 complexity · 5daaf9449a3be76b725825c567eaaacd MD5 · raw file

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
  3. <?xml-stylesheet
  4. href="chrome://mochikit/content/tests/SimpleTest/test.css"
  5. type="text/css"?>
  6. <!--
  7. https://bugzilla.mozilla.org/show_bug.cgi?id=331215
  8. -->
  9. <window title="Mozilla Bug 331215"
  10. xmlns:html="http://www.w3.org/1999/xhtml"
  11. xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  12. <title>Test for Bug 331215</title>
  13. <script type="application/javascript"
  14. src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
  15. <body xmlns="http://www.w3.org/1999/xhtml">
  16. <a target="_blank"
  17. href="https://bugzilla.mozilla.org/show_bug.cgi?id=331215">Mozilla Bug 331215</a>
  18. <p id="display"></p>
  19. <div id="content" style="display: none">
  20. </div>
  21. <pre id="test">
  22. </pre>
  23. </body>
  24. <script class="testbody" type="application/javascript">
  25. <![CDATA[
  26. /** Test for Bug 331215 **/
  27. todo(false, "disabled - to be fixed in bug 443763");
  28. /*
  29. XXX disabled - to be fixed in bug 443763
  30. SimpleTest.waitForExplicitFinish();
  31. window.open("bug331215_window.xul", "331215test",
  32. "chrome,width=600,height=600");
  33. */
  34. ]]>
  35. </script>
  36. </window>