[Bug 24160] Should innerWidth/Height and company really be readonly?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24160

--- Comment #2 from Simon Pieters <simonp@opera.com> ---
Hmm, now I get no-op setter for everything in IE11 (except scrollX/scrollY
which are not supported.)

http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3486

   Feature      Gecko    Blink    WebKit   IE11     Presto
screen            T        N        R        N        R
innerWidth        N        R        R        N        R
innerHeight       N        R        R        N        R
scrollX           R        R        R        S        R
pageXOffset       T        N        T        N        R
scrollY           R        R        R        S        R
pageYOffset       T        N        T        N        R
screenX           N        R        R        N        N
screenY           N        R        R        N        N
outerWidth        N        R        R        N        N
outerHeight       N        R        R        N        N
devicePixelRatio  T        R        R        N        N

T = TypeError
N = no-op setter
R = [Replaceable]
S = not supported

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 2 April 2015 14:51:36 UTC