mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Adding a crashtest.
This commit is contained in:
parent
19a7e717ac
commit
a89249c5ae
37
layout/generic/crashtests/397007-1.html
Normal file
37
layout/generic/crashtests/397007-1.html
Normal file
@ -0,0 +1,37 @@
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
function boom()
|
||||
{
|
||||
var img = document.createElement("img");
|
||||
document.getElementById("g").appendChild(img);
|
||||
img.width = 1;
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
.margin {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.dd:before {
|
||||
white-space: pre;
|
||||
line-height: 0;
|
||||
content: "b";
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body onload="boom();">
|
||||
<div style="-moz-column-count: 2;">
|
||||
X
|
||||
<div class="margin">y</div>
|
||||
<span><span id="g"></span>­<div class="margin"></div><span class="dd"><div></div></span></span>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -87,6 +87,7 @@ load 394237-1.html
|
||||
load 394820-1.html
|
||||
load 395316-1.html
|
||||
load 395450-1.xhtml
|
||||
load 397007-1.html
|
||||
load 397187-1.html
|
||||
load 397852-1.xhtml
|
||||
load 398181-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user