gecko-dev/layout/base/crashtests/1162813.xul

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
375 B
Plaintext
Raw Normal View History

2015-12-07 19:18:29 +00:00
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="reftest-wait">
<script>
function boom()
{
document.getElementById("l").value="פיל\n";
document.documentElement.removeAttribute("class");
}
window.addEventListener("load", function(){setTimeout(boom, 30)}, 0);
</script>
<hbox dir="rtl">
<label id="l" />
</hbox>
</window>