зеркало из https://github.com/mozilla/pjs.git
Add 439206 crashtest to CLOSED TREE
This commit is contained in:
Родитель
15e98ad210
Коммит
697316bb02
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
function boom()
|
||||
{
|
||||
var s = document.createElement("STYLE");
|
||||
var t = document.createTextNode("\uDB00x"); // a high surrogate followed by 'x'
|
||||
document.documentElement.appendChild(s);
|
||||
s.appendChild(t);
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();">
|
||||
</body>
|
||||
</html>
|
|
@ -7,3 +7,4 @@ load 359432-1.xhtml
|
|||
load 369413-1.html
|
||||
load 372554-1.html
|
||||
load 404869-1.xul
|
||||
load 439206-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче