summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-image/470250-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/border-image/470250-1.html')
-rw-r--r--layout/reftests/border-image/470250-1.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/border-image/470250-1.html b/layout/reftests/border-image/470250-1.html
new file mode 100644
index 0000000000..32c2eb0431
--- /dev/null
+++ b/layout/reftests/border-image/470250-1.html
@@ -0,0 +1,15 @@
+<!doctype html>
+<html><head>
+<title>border-image, only middle part, testcase</title>
+<style>
+div {
+ width: 48px;
+ height: 48px;
+ border-width: 0;
+ border-style: solid;
+ border-image: url(3x3green-1DD813.png) 0 fill;
+}
+</style>
+</head><body>
+<div></div>
+</body></html>