blob: 555ba20890635f6143584ecd40c9168c27b83821 [file] [log] [blame] [edit]
<style>
body {
transition-delay: 1ms;
grid-template-rows: 0 [a];
}
</style>
<script>
onload = () => {
if (window.testRunner)
testRunner.dumpAsText()
document.styleSheets[0].insertRule(`body { font-size: 0; }`);
};
</script>