https://github.com/mozilla/gecko-dev
Raw File
Tip revision: d4d07f3efb70d0893e37bd66ca6f6ae3701baabc authored by Nick Thomas on 21 March 2016, 00:11:56 UTC
Bug 1254784 - Add 45.0esr win64 support to bouncer, r=rail, a=NPOTB
Tip revision: d4d07f3
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