Bug 11373 - Accessing non-existent property of window.layoutTestController produces surprising value
Summary: Accessing non-existent property of window.layoutTestController produces surpr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-20 18:10 PDT by Geoffrey Garen
Modified: 2009-04-20 22:28 PDT (History)
1 user (show)

See Also:


Attachments
reduction (690 bytes, text/html)
2006-10-20 18:22 PDT, Geoffrey Garen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2006-10-20 18:10:29 PDT
[ Description forthcoming ]
Comment 1 Geoffrey Garen 2006-10-20 18:22:15 PDT
Created attachment 11172 [details]
reduction
Comment 2 Geoffrey Garen 2006-10-20 18:29:56 PDT
layoutTestController.__doesNotExist__: undefined
layoutTestController.__doesNotExist__ == undefined: false
layoutTestController.__doesNotExist__ ? "true" : "false": true

wtf?
Comment 3 Cameron Zwarich (cpst) 2009-04-20 22:28:27 PDT
This has now been fixed, presumedly by the refactoring of LayoutTestController for Windows. Thanks Sam!