https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f5c8642f3af2f2996f5545a32c9e59d6fc439e45 authored by B2G Bumper Bot on 21 September 2015, 11:40:51 UTC
Bumping manifests a=b2g-bump
Tip revision: f5c8642
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