We set the className dynamically on the div with id="x" to "outer", which should activate the following rule:

        .outer .inner { 
            background-color:#0f0;
        }
    

In IE8 it doesn't work.

IE8 in IE7 Compatibility mode works fine.

Should Be Green, after className is set