Issue #1648

This test-case is intended for Issue #1648 - Mouseover of 302 in Net-Tab Resends Request.
Jan Odvarko, odvarko@gmail.com

  1. Enable Net panel and reload this page.
  2. There should be two reqeusts displayed: issue1648.php and issue1648.html.
    If not, clear browser cache and load issue1648.php again.
  3. Mouse over the issue1648.php request also marked as 302 Found.
  4. There must not be an additional request made by the browser - BUG.

  5. The issue1648.php looks like as follows:
    <?php
        header('Location: issue1648.html');
    ?>