[Webkit-unassigned] [Bug 123983] window.Location is undefined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 7 03:21:31 PST 2013


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





--- Comment #1 from Mathias Bynens <mathias at qiwi.be>  2013-11-07 03:20:18 PST ---
Minimal test case:

data:text/html,<script>var%20result%20=%20'FAIL';%20try%20{%20if%20(window.location%20instanceof%20window.Location)%20{%20result%20=%20'PASS';%20}%20}%20catch(e)%20{}%20document.write(result);</script>

FWIW, I get PASS on WebKit nightly r158804.

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


More information about the webkit-unassigned mailing list