Skip to main content

Bug Tracker

Side navigation

Ticket #6343: TestActualjQueryImplementation.html


File TestActualjQueryImplementation.html, 0.6 KB (added by Daazku, March 24, 2010 12:58PM UTC)

Test that show the leak (Check task manager)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
    <script type="text/javascript">
    
    function ajaxCall() {
 
            $.ajax({
                type: 'GET',
                url: '/TestActualjQueryImplementation.html',
                success: function(data, textStatus, XMLHttpRequest) {
                }
                
            })
    }
    
    setInterval(ajaxCall, 1);
    </script>
</head>
<body>
</body>
</html>

Download in other formats:

Original Format