gecko/layout/reftests/border-image/470250-2.html

16 lines
283 B
HTML

<!doctype html>
<html><head>
<title>border-image, only middle part, table cell, testcase</title>
<style>
table {
width: 48px;
height: 48px;
border-collapse: separate;
-moz-border-image: url(3x3green-1DD813.png) 0 / 0;
}
</style>
</head><body>
<table>
</table>
</body></html>