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/ruby-tab-in-base-max-content-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
div.test {
white-space: pre;
width: max-content;
}
</style>
<body>
<div class="test">あ<ruby>	あ <rt>ああああああああ</rt></ruby>あ</div>
</body>
</html>