mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 538267. Add crashtest. a=test
This commit is contained in:
parent
04ffe6d2a0
commit
4c78fc1b2a
18
layout/base/crashtests/538267-1.html
Normal file
18
layout/base/crashtests/538267-1.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user