tenfourfox/layout/style/crashtests/822842.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>