mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Crashtest it from orbit. It's the only way to be sure.
This commit is contained in:
parent
0dca8851df
commit
71bac11de4
13
content/xul/content/crashtests/326881-1.xul
Normal file
13
content/xul/content/crashtests/326881-1.xul
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||||
|
<script>
|
||||||
|
|
||||||
|
function init() {
|
||||||
|
var n1 = document.getElementsByTagName("textbox")[0];
|
||||||
|
n1.cloneNode(false);
|
||||||
|
}
|
||||||
|
|
||||||
|
window.addEventListener("load", init, false);
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<textbox/>
|
||||||
|
</window>
|
@ -1,5 +1,6 @@
|
|||||||
load 326864-1.xul
|
load 326864-1.xul
|
||||||
load 326875-1.xul
|
load 326875-1.xul
|
||||||
|
load 326881-1.xul
|
||||||
load 336096-1.xhtml
|
load 336096-1.xhtml
|
||||||
load 360078-1.xhtml
|
load 360078-1.xhtml
|
||||||
load 363791-1.xul
|
load 363791-1.xul
|
||||||
|
Loading…
Reference in New Issue
Block a user