https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 8d6ea136368692035254ed987621d171ab3c27d9 authored by ffxbld on 13 November 2014, 22:05:04 UTC
Added FIREFOX_33_1_1_RELEASE FIREFOX_33_1_1_BUILD1 tag(s) for changeset 8cbcd546621c. DONTBUILD CLOSED TREE a=release
Tip revision: 8d6ea13
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