3 <title>test of svg-as-border-image
</title>
4 <style type=
"text/css">
11 transform: translate
(100px, 200px);
14 border-image: url
('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"><circle cx="50%" cy="50%" r="50%" fill="red"/></svg>') 5% stretch
;
17 border-image: url
('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"><circle cx="50%" cy="50%" r="50%" fill="red"/></svg>') 25% stretch
;
21 <body style=
"transform: translate(-100px, -200px);">
22 <div id=
"border5p"></div>
23 <div id=
"border25p"></div>