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-overhang-spaces-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
ruby { ruby-overhang: spaces; }
</style>
<body>
<svg></svg>
<ruby>
<rb>AAAAAAAAAAAAAAAAAAAAAAAAAAA<ul></ul></rb>
<rt>AAAAAAAAAAAAAAAAAAAAAAAAAAA<ul></ul><svg></svg>
</ruby>
</body>
</html>