summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ruby/box-properties-4-ref.html
blob: db6788daa2c438844ce883d01128359768c6102d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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 {
      display: inline-block;
      width: 50px; height: 10px;
      background: black;
    }
  </style>
</head>
<body>
  <div style="width: 80px">
    <span style="background: silver; padding: 0 20px; border: 10px solid gray; border-width: 0 10px;"
      ><div class="inside"></div
      ><div class="inside" style="padding: 0 15px;"></div
      ><div class="inside"></div
    ></span>
  </div>
</body>
</html>