зеркало из https://github.com/mozilla/gecko-dev.git
Bug 419095 crashtest
This commit is contained in:
Родитель
565680d313
Коммит
9c465b97d7
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.body.appendChild(document.createTextNode(String.fromCharCode(0x202E)));
|
||||
document.body.appendChild(document.createTextNode(String.fromCharCode(0x000D)));
|
||||
document.body.appendChild(document.createTextNode(String.fromCharCode(0x200D)));
|
||||
document.body.appendChild(document.createTextNode(String.fromCharCode(0xD75A)));
|
||||
document.body.appendChild(document.createTextNode(String.fromCharCode(0xD63F)));
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();">
|
||||
</body>
|
||||
</html>
|
|
@ -26,5 +26,6 @@ load 405268-1.xhtml
|
|||
load 407761-1.html
|
||||
load 407842.html
|
||||
load 410728-1.xml
|
||||
load 416637-1.xml
|
||||
load 416637-1.html
|
||||
load 419095-1.html
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче