зеркало из https://github.com/mozilla/gecko-dev.git
Add dump statements to help figure out random-orange bug 540980
This commit is contained in:
Родитель
19ca0608af
Коммит
1435907582
|
@ -3,11 +3,15 @@
|
|||
html { overflow: hidden; }
|
||||
</style>
|
||||
<script>
|
||||
dump("143862-1-inner.html: A\n");
|
||||
setTimeout(o, 100);
|
||||
function o()
|
||||
{
|
||||
dump("143862-1-inner.html: B\n");
|
||||
document.open();
|
||||
dump("143862-1-inner.html: C\n");
|
||||
parent.document.documentElement.removeAttribute("class");
|
||||
dump("143862-1-inner.html: D\n");
|
||||
document.close();
|
||||
}
|
||||
</script>
|
||||
|
|
Загрузка…
Ссылка в новой задаче