aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/test_inline_boxes.html
blob: 0d1bf947688cb87aef30bb71321507b42dbbd6b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<head>
  <link rel="stylesheet" href="lots_of_background_colors.css" />
</head>
<body>
  <div class="darkgray">
    <div class="blue">
      <img class="red"></img>
    </div>
    <img class="green"></img>
  </div>
</body>