https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 7bea3899a76701de40491d0709e52b1f75ad1c1a authored by ffxbld on 06 November 2014, 19:44:31 UTC
Added FIREFOX_33_1_RELEASE FIREFOX_33_1_BUILD3 tag(s) for changeset a4d51da32fe7. DONTBUILD CLOSED TREE a=release
Tip revision: 7bea389
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