https://github.com/mozilla/gecko-dev
Raw File
Tip revision: bca9fcd507863301feed2b2f9217ba3903c099ae authored by ffxbld on 24 April 2014, 20:48:00 UTC
Added FENNEC_29_0_RELEASE FENNEC_29_0_BUILD1 tag(s) for changeset 813fc26938df. DONTBUILD CLOSED TREE a=release
Tip revision: bca9fcd
different-h-v-1.html
<!doctype html>
<html><head>
<style>
div { 
  margin: 27px;
  border-width: 1em;
  border-style: solid;
  border-image: url("diamonds.png") 27 stretch round;
  width: 270px;
  height: 135px;
}
</style>
<body>
<div></div>
</body></html>
back to top