Testcase for jQuery Ticket 7247

ready fires twice

by jitter

HTML

<div>
    <img src="http://www.google.com" alt="" />
</div>

CSS

p {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    background-color: red;
}

JavaScript

alert('Hey! Look! Double alert!');
//for(var i=0; i<30000000; i++) {}
document.body.appendChild(document.createElement("p"));