Add crashtest

This commit is contained in:
jruderman@hmc.edu 2007-12-17 17:37:36 -08:00
parent 1c8c244913
commit 8e7f6122ad
3 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
mtd:first-letter { }
</style>
<script>
function boom()
{
var b = document.body;
document.documentElement.removeChild(b);
document.documentElement.offsetHeight;
document.documentElement.appendChild(b);
var t = document.getElementById('t');
t.removeChild(t.firstChild);
}
</script>
</head>
<body onload="boom();">
<mtd xmlns="http://www.w3.org/1998/Math/MathML" id="t">s</mtd>
</body>
</html>

View File

@ -0,0 +1,23 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:math="http://www.w3.org/1998/Math/MathML">
<head>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="empty">
<content></content>
</binding>
</bindings>
<script>
function boom()
{
document.getElementById("frame").style.MozBinding = "url('#empty')";
}
window.addEventListener("load", boom, false);
</script>
</head>
<math:mtd><frameset><frame id="frame"></frame></frameset></math:mtd>
</html>

View File

@ -46,6 +46,7 @@ load 385880-1.xhtml
load 390976-1.html
load 393801-1.html
load 397011-1.xhtml
load 398510-1.xhtml
load 399132-1.xhtml
load 399365-1.html
load 399687-1.html