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

14 lines
243 B
HTML

<!DOCTYPE html>
<script>
function boom()
{
var r = document.documentElement;
r.style.display = "table-cell";
r.style.transitionProperty = "x";
window.getComputedStyle(r).transitionProperty;
}
</script>
<body onload="boom();"></body>