зеркало из https://github.com/mozilla/pjs.git
Bug 713417 - Crash test.
This commit is contained in:
Родитель
1bed7cccf4
Коммит
9506c1b4d6
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
var f = document.getElementById("f");
|
||||
var w = f.contentWindow;
|
||||
var d = w.document;
|
||||
d.designMode = 'on';
|
||||
var r = d.documentElement;
|
||||
d.removeChild(r);
|
||||
document.adoptNode(r);
|
||||
f.parentNode.removeChild(f);
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body onload="boom();">
|
||||
<iframe src="data:text/html,1" id="f"></iframe>
|
||||
</body>
|
||||
</html>
|
Загрузка…
Ссылка в новой задаче