Bug 857356 - Remove asserting crashtest. r=bz

This crashtest fails because it's running in the remote XUL configuration, in
which we don't have SOWs. In that case, it's no longer interesting to make
the browser assert. ;-)
This commit is contained in:
Bobby Holley 2013-05-09 09:16:02 -07:00
parent c72a658997
commit 417547f4ee
2 changed files with 0 additions and 29 deletions

View File

@ -1,28 +0,0 @@
<?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" onload="boom();" class="reftest-wait">
<script type="text/javascript">
// <![CDATA[
function boom()
{
var t = document.getBoxObjectFor(document.documentElement).lastChild;
document.documentElement.style.counterIncrement = "c";
setTimeout(boom2, 0, t);
}
function boom2(t)
{
try {
document.documentElement.appendChild(t);
} catch(e) {
// appendChild is expected to throw
document.documentElement.removeAttribute("class");
}
}
// ]]>
</script>
</window>

View File

@ -21,4 +21,3 @@ load 429085-1.xhtml
load 431906-1.html
load 451311-1.xul
load 461917-1.xhtml
load 467869-1.xul