Bug 11222

Summary: fast/js/window-properties sometimes reports window.document.location.replace is a function
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, timothy
Priority: P2 Keywords: LayoutTestFailure
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://build.webkit.org/results/post-commit-powerpc-mac-os-x/3700/results.html
Bug Depends on:    
Bug Blocks: 10958    

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.