summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/image-rendering-border-image-notref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-images/image-rendering-border-image-notref.html')
-rw-r--r--testing/web-platform/tests/css/css-images/image-rendering-border-image-notref.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-images/image-rendering-border-image-notref.html b/testing/web-platform/tests/css/css-images/image-rendering-border-image-notref.html
new file mode 100644
index 0000000000..a7b06cf1bd
--- /dev/null
+++ b/testing/web-platform/tests/css/css-images/image-rendering-border-image-notref.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<title>CSS Test Reference</title>
+<style>
+div {
+ width: 200px;
+ height: 150px;
+ background-color: black;
+ border: solid 4px;
+ border-image: url(support/small-border.png) 4 / 16px;
+}
+</style>
+<div></div>