no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 1315113-1.html
blob179f281d6e700dbbf854a4acbfe698f545f21867
1 <!DOCTYPE html>
2 <html reftest-zoom="2">
3 <meta charset="utf-8">
4 <title>Test for bug 1315113: Gradient in border image</title>
5 <style>
7 body {
8 margin: 0;
11 #box {
12 width: 200px;
13 border: 100px solid;
14 border-image-source: linear-gradient(red, blue);
15 border-image-slice: 40% 40% fill;
16 border-image-width: 80px 80px;
17 border-image-repeat: round stretch;
18 background-color: black;
21 </style>
23 <div id="box"></div>