no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / border-image / 470250-1.html
blob32c2eb0431ff65407ac2572b74de3e52c0940d61
1 <!doctype html>
2 <html><head>
3 <title>border-image, only middle part, testcase</title>
4 <style>
5 div {
6 width: 48px;
7 height: 48px;
8 border-width: 0;
9 border-style: solid;
10 border-image: url(3x3green-1DD813.png) 0 fill;
12 </style>
13 </head><body>
14 <div></div>
15 </body></html>