mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
d4fa3e33b1
--HG-- extra : rebase_source : b9fb3987c8540457fa1f7b3e27420f208207a9c0
16 lines
241 B
HTML
16 lines
241 B
HTML
<!doctype html>
|
|
<html><head>
|
|
<style>
|
|
div {
|
|
margin: 27px;
|
|
border-width: 1em;
|
|
border-style: solid;
|
|
-moz-border-image: url("diamonds.png") 27 round stretch;
|
|
width: 270px;
|
|
height: 135px;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div></div>
|
|
</body></html>
|