https://github.com/mozilla/gecko-dev
Raw File
Tip revision: bf723d9a60b88850e34451e5b456051dc41c7780 authored by ffxbld on 08 October 2014, 14:36:25 UTC
Added FENNEC_33_0_RELEASE FENNEC_33_0_BUILD1 tag(s) for changeset 6c5695130efc. DONTBUILD CLOSED TREE a=release
Tip revision: bf723d9
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