Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
michael@0 | 1 | <html> |
michael@0 | 2 | <head></head> |
michael@0 | 3 | <body></body> |
michael@0 | 4 | <script type="text/javascript"> |
michael@0 | 5 | window.x = window.getComputedStyle(document.documentElement, null).getPropertyCSSValue("transition-timing-function"); |
michael@0 | 6 | window.x = window.getComputedStyle(document.documentElement, null).getPropertyCSSValue("color"); |
michael@0 | 7 | x.z = x.getRGBColorValue().blue; |
michael@0 | 8 | x.getRGBColor().blue.d = x; |
michael@0 | 9 | x= null; |
michael@0 | 10 | SpecialPowers.forceGC(); |
michael@0 | 11 | SpecialPowers.forceCC(); |
michael@0 | 12 | </script> |
michael@0 | 13 | </html> |