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