summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-image/border-image-width-1b.html
blob: d8f6431581c1fbf4e59bfd4ce91912827b11de69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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>