Index: LayoutTests/svg/custom/rgba-color-outline.svg |
diff --git a/LayoutTests/svg/custom/rgba-color-outline.svg b/LayoutTests/svg/custom/rgba-color-outline.svg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..199c64e1c8df5a10e808d5b3d3b7c631c6aca587 |
--- /dev/null |
+++ b/LayoutTests/svg/custom/rgba-color-outline.svg |
@@ -0,0 +1,6 @@ |
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"> |
+<style> |
+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> |