Index: third_party/WebKit/LayoutTests/svg/markers/marker-orientation-minus-one.html |
diff --git a/third_party/WebKit/LayoutTests/svg/markers/marker-orientation-minus-one.html b/third_party/WebKit/LayoutTests/svg/markers/marker-orientation-minus-one.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..34ba68c926af7494a0dc85a1a2ce77710ee617f1 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/svg/markers/marker-orientation-minus-one.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<svg> |
+ <marker id="m" orient="-1" overflow="visible"> |
+ <rect width="100" height="100" fill="green"/> |
+ </marker> |
+ <path marker-start="url(#m)" d="M0,0v50" transform="rotate(1)" fill="none" stroke="red"/> |
+</svg> |