no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / border-image / border-image-repeat-space-8z-ref.html
blob9eacbb052702ed4e801a99cf6383a4dc52d23500
1 <!doctype html>
2 <html reftest-zoom="0.6">
3 <title>Reference: border-image-repeat:space with non-initial border-image-width</title>
4 <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
6 <style>
7 div {
8 border: 27px solid transparent;
9 border-image: url("border.png") 27 space;
10 border-image-width: 1;
12 </style>
14 <div style="width: 505px; height: 50px"></div>
15 <div style="width: 475px; height: 0px"></div>
16 <div style="width: 475px; height: 1px"></div>
17 <div style="width: 26px; height: 26px"></div>
18 <div style="width: 53px; height: 53px"></div>
19 <div style="width: 55px; height: 55px"></div>
20 <div style="width: 505px; height: 50px; writing-mode: vertical-rl"></div>
22 </html>