[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 #1 from Simon Pieters <simonp@opera.com> 2011-06-20 06:41:46 UTC ---
Firefox
log: window
log: navigator
log: location
log: window
log: document
log: navigator
log: location

Chrome
log: top
log: window
log: location
log: document threw TypeError: const 'document' has already been declared
log: webkitNotifications
log: sessionStorage
log: webkitIndexedDB
log: applicationCache
log: pageXOffset
log: webkitStorageInfo
log: localStorage
log: defaultstatus
log: styleMedia

Opera
log: devicePixelRatio
log: document
log: frameElement
log: localStorage
log: location
log: outerHeight
log: outerWidth
log: parent
log: screenX
log: screenY
log: self
log: sessionStorage
log: top
log: window

-- 
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 06:41:54 UTC