[Bug 12998] Some attributes are not overridable with 'var' in browsers. See http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1035

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12998

--- Comment #4 from Simon Pieters <simonp@opera.com> 2011-06-20 08:38:27 UTC ---
Also http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1037

Firefox
doesn't like messing with the location prototype at all (Location.prototype[x]
also throws)

Chrome
log: Non-configurable: replace, origin, assign, pathname, host, hostname, port,
search, hash, reload, href, protocol
log: Normal: getParameter

Opera
log: Non-configurable: hash, host, hostname, href, pathname, port, protocol,
search
log: Normal: reload, toString, valueOf, replace, assign

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 20 June 2011 08:38:33 UTC