summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/822842.html
blob: a8c7acfbfb8723023e9699770003e0954fb78ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>