Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bug 1055667 - Box properties on ruby boxes</title>
<link rel="stylesheet" href="common.css">
<style>
.inside {
width: 50px; height: 10px;
background: black;
}
</style>
</head>
<body>
<div style="width: 80px">
<ruby style="background: silver; padding: 0 20px; border: 10px solid gray; border-width: 0 10px;"
><rb><div class="inside"></div></rb
><rb><div class="inside" style="padding: 0 15px;"></div></rb
><rb><div class="inside"></div></rb
></ruby>
</div>
</body>
</html>