1
0
Fork 0
firefox/testing/web-platform/tests/css/css-ruby/break-within-bases/break-spaces-crash.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

16 lines
299 B
HTML

<!DOCTYPE html>
<head>
<link rel="help" href="https://crbug.com/352467338">
<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>