mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
14 lines
235 B
HTML
14 lines
235 B
HTML
<!doctype html>
|
|
<html><head>
|
|
<title>border-image, only middle part, testcase</title>
|
|
<style>
|
|
div {
|
|
width: 48px;
|
|
height: 48px;
|
|
-moz-border-image: url(3x3green-1DD813.png) 0 / 0;
|
|
}
|
|
</style>
|
|
</head><body>
|
|
<div></div>
|
|
</body></html>
|