зеркало из https://github.com/mozilla/gecko-dev.git
Add crashtest
This commit is contained in:
Родитель
8c070d91b8
Коммит
56b0de490d
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче