mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 430991 - crashtest.
This commit is contained in:
parent
47b0568d7c
commit
4dbf029a32
24
layout/generic/crashtests/430991.html
Normal file
24
layout/generic/crashtests/430991.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user