https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e0b978663d6e5cd2ad31f03385a467b02b524a48 authored by B2G Bumper Bot on 07 August 2015, 06:35:44 UTC
Bumping manifests a=b2g-bump
Tip revision: e0b9786
border-image-width-1b.html
<!DOCTYPE html>
<html lang="en-US">
<head>
  <title>border-image-width: 2</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <style type="text/css">
  div {
    border-width: 1em;
    border-style: solid;
    border-image: url('3x3green-1DD813.png') 1 1 1 1 / 2;
  }
  </style>
</head>
<body>
<div>
border.png<br />second longer longer longer longer longer longer line<br />third longer longer longer longer longer longer line
</div>
</body>
</html>
back to top