Skip to main content

Bug Tracker

Side navigation

Ticket #3894: test-case.html


File test-case.html, 0.4 KB (added by adamh, January 16, 2009 05:44PM UTC)

Should alert([]), instead loops forever

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.js"></script>
    <title>Hello</title>
  </head>
  <body>
    <a href="/">Hello</a>
    <script type="text/javascript">
      jQuery('div.a > div.a a');
    </script>
  </body>
</html>

Download in other formats:

Original Format