Bug 430991 - crashtest.

This commit is contained in:
Jesse Ruderman 2014-11-23 15:09:51 +00:00
parent 47b0568d7c
commit 4dbf029a32
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function boom()
{
var li = document.getElementById("li");
li.removeChild(li.lastChild);
}
</script>
</head>
<body onload="boom();">
<ul id="ul">
<li id="li" style="-moz-column-count: -1; white-space: pre-wrap;"><span>A</span><span>B</span><span style="float: right;"></span>
</li>
</ul>
</body>
</html>

View File

@ -270,6 +270,7 @@ load 430332-1.html
load 430344-1.html
load 430352-1.html
load 430744-1.html
load 430991.html
load 431260-1.html
load 431260-2.html
load 435529.html