Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
michael@0 | 2 | xmlns:html="http://www.w3.org/1999/xhtml" |
michael@0 | 3 | onload="setTimeout(doTest, 0)" |
michael@0 | 4 | class="reftest-wait"> |
michael@0 | 5 | <script> |
michael@0 | 6 | function doTest() { |
michael@0 | 7 | document.documentElement.removeAttribute("class"); |
michael@0 | 8 | } |
michael@0 | 9 | </script> |
michael@0 | 10 | <menulist> |
michael@0 | 11 | <menupopup> |
michael@0 | 12 | <html:embed type="application/x-test"></html:embed> |
michael@0 | 13 | </menupopup> |
michael@0 | 14 | </menulist> |
michael@0 | 15 | </window> |