зеркало из https://github.com/mozilla/gecko-dev.git
Add crashtest
This commit is contained in:
Родитель
24ecc19504
Коммит
39b2af0d51
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
o = {};
|
||||
o.__proto__ = o.constructor;
|
||||
p = o.constructor.prototype;
|
||||
p.__proto__ = window;
|
||||
null.__proto__ = {};
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom()">
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -3,6 +3,7 @@ load 328553-1.html
|
|||
load 346258-1.html
|
||||
load 346512-1.xhtml
|
||||
load 382133-1.html
|
||||
load 386680-1.html
|
||||
load 394810-1.html
|
||||
load 418139-1.svg
|
||||
load 420513-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче