зеркало из https://github.com/mozilla/pjs.git
Add crashtest
This commit is contained in:
Родитель
189a9a757f
Коммит
f6dd11f2b8
|
@ -0,0 +1,20 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title></title>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
function boom()
|
||||
{
|
||||
var div = document.createElementNS('http://www.w3.org/1999/xhtml', 'div');
|
||||
document.body.appendChild(div);
|
||||
div.style.fontSize = '68719476736px';
|
||||
div.appendChild(document.createTextNode(String.fromCharCode(0)));
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom()">
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -21,5 +21,6 @@ load 398042-1.xhtml
|
|||
load 398042-2.xhtml
|
||||
load 404112-1.html
|
||||
load 404112-2.html
|
||||
load 405268-1.xhtml
|
||||
load 407761-1.html
|
||||
load 407842.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче