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/overhang.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>Ruby overhang in multi-column layout should not crash</title>
<style>
.CLASS14 {
word-break:break-all;
-webkit-text-security:disc;
column-count:+256;
}
</style>
<table width="1ex">
<caption class="CLASS14">
<ruby>***nl*<rt><input/></rt></ruby>
</caption>
</table>