Bug 11222 - fast/js/window-properties sometimes reports window.document.location.replace is a function
Summary: fast/js/window-properties sometimes reports window.document.location.replace ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/post-...
Keywords: LayoutTestFailure
Depends on:
Blocks: 10958
  Show dependency treegraph
 
Reported: 2006-10-08 13:40 PDT by Adam Roben (:aroben)
Modified: 2006-10-18 18:48 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Maciej Stachowiak 2006-10-18 01:14:55 PDT
Seems to me that window.document.location.replace should always be there. I wonder why it only shows up sporadically and is not in the original expected results.
Comment 2 Geoffrey Garen 2006-10-18 18:33:37 PDT
This is because the location object lacks static references to its properties. I have a fix.
Comment 3 Geoffrey Garen 2006-10-18 18:46:52 PDT
In other words, I suspect this test was borked from the beginning.
Comment 4 Geoffrey Garen 2006-10-18 18:48:56 PDT
Committed revision 17126.

I win again, WebCore.