summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-image/border-image-repeat-space-8z-ref.html
blob: 9eacbb052702ed4e801a99cf6383a4dc52d23500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html reftest-zoom="0.6">
<title>Reference: border-image-repeat:space with non-initial border-image-width</title>
<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">

<style>
  div {
    border: 27px solid transparent;
    border-image: url("border.png") 27 space;
    border-image-width: 1;
  }
</style>

<div style="width: 505px; height: 50px"></div>
<div style="width: 475px; height: 0px"></div>
<div style="width: 475px; height: 1px"></div>
<div style="width: 26px; height: 26px"></div>
<div style="width: 53px; height: 53px"></div>
<div style="width: 55px; height: 55px"></div>
<div style="width: 505px; height: 50px; writing-mode: vertical-rl"></div>

</html>