Index: LayoutTests/svg/text/text-outline-rgba.html |
diff --git a/LayoutTests/svg/text/text-outline-rgba.html b/LayoutTests/svg/text/text-outline-rgba.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0873952dd5b97265a392528ec07279c6b3132bac |
--- /dev/null |
+++ b/LayoutTests/svg/text/text-outline-rgba.html |
@@ -0,0 +1,10 @@ |
+<!doctype html> |
+<svg xmlns="http://www.w3.org/2000/svg" width="800" height="200"> |
+ <style> |
+ * { margin: 0; padding: 0; } |
+ rect { |
+ outline: 50px solid rgba(0,0,255,0.5); |
+ } |
+ </style> |
+ <rect x="50" y="50" width="1" height="1" fill="rgba(0,0,255,0.5)"/> |
+</svg> |