Index: LayoutTests/css3/masking/resources/circle.svg |
diff --git a/LayoutTests/css3/masking/resources/circle.svg b/LayoutTests/css3/masking/resources/circle.svg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..aabab3d2feac1b66cec3c9ca21587dff4821434a |
--- /dev/null |
+++ b/LayoutTests/css3/masking/resources/circle.svg |
@@ -0,0 +1,5 @@ |
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="360" height="288"> |
+ <rect width="360" height="288" style="fill:rgb(0,0,0)" /> |
+ <circle cx="180" cy="144" r="80" style="fill:rgb(255,255,255)" /> |
+</svg> |
+ |