box-properties-3.html (546B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Bug 1055667 - Box properties on ruby boxes</title> 6 <link rel="stylesheet" href="common.css"> 7 </head> 8 <body style="line-height: 5"> 9 <ruby> 10 <rbc style="background: aqua; padding: 2px; border: 4px solid red; outline: 8px solid teal; margin: 16px;"> 11 <rb>base1</rb> 12 </rbc><rbc></rbc> 13 <rtc style="background: fuchsia; padding: 2px; border: 4px solid red; outline: 8px solid purple; margin: 16px;"> 14 <rt>text1</rt> 15 </rtc> 16 </ruby> 17 </body> 18 </html>