blob: e8112f75d25b68a3819e630309b3c6f52a98aab3 [file] [log] [blame]
<style>
* { opacity: 0.1; translate: 1px; }
</style>
<dialog>PASS if this doesn't crash</dialog>
<script>
document.querySelector("dialog").showModal();
if (testRunner)
testRunner.dumpAsText();
</script>