summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ruby/box-properties-3-ref.html
blob: 465e5475846333e5b9c57fc5823d278eb2f4cfbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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">
</head>
<body style="line-height: 5">
  <ruby>
    <rbc>
      <rb style="background: aqua; outline: 8px solid teal; margin: 16px;">base1</rb>
    </rbc><rbc></rbc>
    <rtc>
      <rt style="outline: 8px solid purple;"><span style="background: fuchsia">text1</span></rt>
    </rtc>
  </ruby>
</body>
</html>