This commit is contained in:
Nils 2014-10-18 17:08:23 +00:00
Родитель 97eee84f7c
Коммит b310c04d01
2 изменённых файлов: 21 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,20 @@
<html class="reftest-wait">
<script>
function start() {
tmp = document.createElement('iframe');
document.documentElement.appendChild(tmp);
window.setTimeout('second()',100);
}
function second() {
tmp.contentDocument.removeChild(tmp.contentDocument.childNodes[0]);
o988=document.createElement('frameset');
o1051=document.createElement('frameset');
tmp.contentDocument.appendChild(o1051);
tmp.contentDocument.documentElement.appendChild(o988);
document.documentElement.removeAttribute("class");
}
</script>
<body onload="start()"></body>
</html>

Просмотреть файл

@ -499,6 +499,7 @@ load 810303.html
load 810726.html
load 812879.html
load 812879-2.html
load 814995.html
load 825810-1.html
load 825810-2.html
load 827076.html