summaryrefslogtreecommitdiffstats
path: root/layout/reftests/w3c-css/submitted/background/border-image-repeat-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/w3c-css/submitted/background/border-image-repeat-1-ref.html')
-rw-r--r--layout/reftests/w3c-css/submitted/background/border-image-repeat-1-ref.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/reftests/w3c-css/submitted/background/border-image-repeat-1-ref.html b/layout/reftests/w3c-css/submitted/background/border-image-repeat-1-ref.html
new file mode 100644
index 000000000..942f3eb8c
--- /dev/null
+++ b/layout/reftests/w3c-css/submitted/background/border-image-repeat-1-ref.html
@@ -0,0 +1,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>
+