no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 1358375-1.html
blob4087973d41f6f1edef6f4537642df0662a044779
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>