blob: 5b229b21def61d6ec6685e9cd6fd3ebeaf665143 [file] [edit]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Out-of-flow box in nested rubies should not crash</title>
<link rel="help" href="https://crbug.com/341126031">
<body>
<script>
document.body.insertAdjacentHTML('beforeend',
'<ruby><ruby><rt><select style="position:fixed"></select></ruby></ruby>');
document.body.offsetWidth;
</script>