Skip to main content

Bug Tracker

Side navigation

Ticket #3039: index.html


File index.html, 0.3 KB (added by kloor, June 13, 2008 03:15PM UTC)

Test Case

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
    <title>Safari Crash Test</title>
    <script type="text/javascript" src="jquery-1.2.6.js"></script>
    <script type="text/javascript">
        jQuery(function($) {
            $('body').html('Test');
        });
    </script>
</head>
<body>
</body>
</html>

Download in other formats:

Original Format