1358375-1.html (382B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <head> 4 <style> 5 #x { } 6 </style> 7 </head> 8 <body onload="getComputedStyle(document.getElementById('x')).color; 9 document.styleSheets[0].cssRules[0].style.color = 'orange'; 10 document.documentElement.removeAttribute('class');"> 11 <div id="x"><span>I should be orange</span></div> 12 </body> 13 </html>