Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / layout / reftests / border-image / multicolor-image-1.html
blobb48015776dbf812ec05e8c0489774492fcf7021f
1 <!DOCTYPE html>
2 <html lang="en-US">
3 <head>
4 <title>test of -moz-border-image</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6 <meta http-equiv="Content-Style-Type" content="text/css">
7 <style type="text/css">
9 div {
10 background: red; /* fail if this shows through */
11 background-image: url('3x3multicolor.png'); /* fail if this shows through */
12 -moz-border-image: url('3x3multicolor.png') 1 1 1 1 / 7px;
13 -khtml-border-image: url('3x3multicolor.png') 1 1 1 1 / 7px;
14 border-image: url('3x3multicolor.png') 1 1 1 1 / 7px;
17 </style>
18 </head>
19 <body>
20 <div style="width: 100px; height: 5px"></div>
21 </body>
22 </html>