[Webkit-unassigned] [Bug 20425] window.location.replace seems to add history entries in this test case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 13 02:55:06 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20425





------- Comment #1 from larsnostdal at gmail.com  2008-09-13 02:55 PDT -------
Here is another test-case: 
  http://desktop.nostdal.org/~lnostdal/test2.html

..and the code for it:


<html>
  <head>
  </head>

  <body>
    <button onclick="window.location.replace('#' + new Date().getTime());">
      clicking me should not add a history entry
    </button>
  </body>
</html>


..works as expected (does not add history entry) under FF and IE.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list