gecko/layout/reftests/border-image/470250-1.html
William Chen 338f4b29ba Bug 497995: Part 2 - Update existing border-image tests. r=dbaron
--HG--
extra : rebase_source : b9fb3987c8540457fa1f7b3e27420f208207a9c0
2011-12-22 18:34:53 -05:00

16 lines
278 B
HTML

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