blob: 8114422746bfb5b9196d0dbcad91580bca87aef6 [file] [edit]
<style>
body {
container-type: size;
}
</style>
<script>
onload = () => {
if (window.testRunner)
testRunner.dumpAsText();
document.designMode = 'off';
i.type = 'radio';
document.body.offsetHeight;
document.body.innerHTML = 'PASS if no crash.';
};
</script>
<input id="i">