gecko/layout/style/crashtests/822842.html

14 lines
456 B
HTML

<html>
<head></head>
<body></body>
<script type="text/javascript">
window.x = window.getComputedStyle(document.documentElement, null).getPropertyCSSValue("transition-timing-function");
window.x = window.getComputedStyle(document.documentElement, null).getPropertyCSSValue("color");
x.z = x.getRGBColorValue().blue;
x.getRGBColor().blue.d = x;
x= null;
SpecialPowers.forceGC();
SpecialPowers.forceCC();
</script>
</html>