summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/reference/border-image-repeat-005-ref.html
blob: 0a372e088baa0045bb972c7398085da56a216d03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<title>Reference: 'border-image-repeat' with 'space' and 'round'</title>
<style>
  .green {
    width: 100px;
    height: 100px;
    background-color: green;
    position: absolute;
  }
</style>
<p>There should be two green rectangles below:</p>
<div style="position: relative">
  <div class="green" style="left: 25px"></div>
  <div class="green" style="left: 150px"></div>
</div>