mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
456 B
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>
|