Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-ruby/crashtests/oof-in-nested-ruby.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>Out-of-flow box in nested rubies should not crash</title>
<body>
<script>
document.body.insertAdjacentHTML('beforeend',
'<ruby><ruby><rt><select style="position:fixed"></select></ruby></ruby>');
document.body.offsetWidth;
</script>