Add crashtest
git-svn-id: svn://10.0.0.236/trunk@248666 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
61f481b1bf
commit
abd610fc7f
17
mozilla/layout/base/crashtests/406675-1.html
Normal file
17
mozilla/layout/base/crashtests/406675-1.html
Normal file
@ -0,0 +1,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
function boom()
|
||||
{
|
||||
var textNode = document.createTextNode("\u202B" + "A B");
|
||||
document.body.appendChild(textNode);
|
||||
document.body.offsetHeight;
|
||||
textNode.data = "\u202B" + " C";
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();"></body>
|
||||
</html>
|
||||
@ -95,6 +95,7 @@ load 403569-3.xhtml
|
||||
load 404218-1.xhtml
|
||||
load 405184-1.xhtml
|
||||
load 405186-1.xhtml
|
||||
load 406675-1.html
|
||||
load 408292.html
|
||||
load 408299.html
|
||||
load 409513.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user