Bug 538267. Add crashtest. a=test

This commit is contained in:
Timothy Nikkel 2011-01-18 13:43:46 -06:00
parent 04ffe6d2a0
commit 4c78fc1b2a
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<html>
<head>
<style>
div:first-letter { float: left; }
div { -moz-column-count: 2; width: 0; }
</style>
<script>
function boom()
{
var v = document.getElementById("v");
v.removeChild(v.firstChild);
}
</script>
</head>
<body onload="boom();">
<div id="v">a b<span>c</span></div>
</body>
</html>

View File

@ -301,6 +301,7 @@ load 537631-1.html
load 538082-1.xul
load 538207-1.xhtml
load 538210-1.html
load 538267-1.html
load 540760.xul
load 540771-1.xhtml
load 541869-1.xhtml