mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
16 lines
273 B
HTML
16 lines
273 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;
|
|
border-image: url(3x3green-1DD813.png) 0 fill;
|
|
}
|
|
</style>
|
|
</head><body>
|
|
<div></div>
|
|
</body></html>
|