summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/svg-integration/css-and-svg-filter-01-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/svg/svg-integration/css-and-svg-filter-01-ref.html')
-rw-r--r--layout/reftests/svg/svg-integration/css-and-svg-filter-01-ref.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/svg/svg-integration/css-and-svg-filter-01-ref.html b/layout/reftests/svg/svg-integration/css-and-svg-filter-01-ref.html
new file mode 100644
index 0000000000..5ca68b1f66
--- /dev/null
+++ b/layout/reftests/svg/svg-integration/css-and-svg-filter-01-ref.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<body>
+
+ <svg class="dark" width="400" height="110">
+ <rect width="300" height="100" style="fill:rgb(0,0,0);" />
+ </svg>
+
+</body>
+</html>