mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-12 13:31:30 +00:00
11 lines
438 B
XML
11 lines
438 B
XML
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"
|
|
title="Testcase bug 326644 - Crash when changing enumerated properties of objects in xul">
|
|
<html:script><![CDATA[
|
|
function doe() {
|
|
document.documentElement.boxObject.firstChild.hidden = true;
|
|
document.documentElement.boxObject.firstChild.tooltip = 'test';
|
|
}
|
|
setTimeout(doe,100);
|
|
]]></html:script>
|
|
</window>
|