Index: LayoutTests/svg/text/text-outline-rgba-expected.html |
diff --git a/LayoutTests/svg/text/text-outline-rgba-expected.html b/LayoutTests/svg/text/text-outline-rgba-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7f2346d44c7dc9f46294492f4599c1e1817339bc |
--- /dev/null |
+++ b/LayoutTests/svg/text/text-outline-rgba-expected.html |
@@ -0,0 +1,14 @@ |
+<!doctype html> |
+<style> |
+* { margin: 8; padding: 0; } |
+div { |
+ position: absolute; |
+ top: 50px; |
+ left: 50px; |
+ outline: 50px solid rgba(0,0,255,0.5); |
+ background: rgba(0,0,255,0.5); |
+ width: 1px; |
+ height: 1px; |
+} |
+</style> |
+<div></div> |