mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Add dump statements to help figure out random-orange bug 540980
This commit is contained in:
parent
19ca0608af
commit
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>
|
||||
|
Loading…
Reference in New Issue
Block a user