Waiter, there's a crashtest in my soup.

This commit is contained in:
jruderman@hmc.edu 2007-12-17 17:38:55 -08:00
parent 8e7f6122ad
commit 23e5d948ad
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:math="http://www.w3.org/1998/Math/MathML">
<head>
<script>
function boom()
{
var textNode = document.createTextNode("a");
document.getElementById("mathy").appendChild(textNode);
document.documentElement.offsetHeight;
textNode.data = "bc";
}
</script>
</head>
<body onload="boom();">
<table><span></span><math:mrow id="mathy" /></table>
</body>
</html>

View File

@ -50,6 +50,7 @@ load 398510-1.xhtml
load 399132-1.xhtml
load 399365-1.html
load 399687-1.html
load 399940-1.xhtml
load 403175-1.html
load 403245-1.html
load 403569-1.xhtml