summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/border-image-repeat-1-ref.html
blob: 942f3eb8c5697b95f93b562056c4359efcea235b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>CSS Border Image: border-image-repeat with SVG content</title>
    <link rel="author" title="Ethan Lin" href="mailto:ethlin@mozilla.com">
    <link rel="author" title="Mozilla" href="https://www.mozilla.org">
  </head>
  <body>
  <svg width='64' height='48' xmlns="http://www.w3.org/2000/svg" version="1.1">
    <g fill='blue' stroke-width='0'>
      <path d='M2 2h4v44H2z'/>
      <path d='M2 2h60v4H2z'/>
      <path d='M58 2h4v44h-4z'/>
      <path d='M2 42h60v4H2zM8'/>
    </g>
  </svg>
  </body>
</html>