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/break-within-bases/break-spaces-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<head>
<title>Zero available width + break-spaces</title>
<style>
body {
margin-right: 1000%;
}
span {
white-space-collapse: break-spaces;
}
</style>
</head>
<body dir="rtl">
<ruby><span>A A A</span><rt></rt></ruby>
</body>