Index: third_party/WebKit/LayoutTests/svg/custom/visibility-collapse.html |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/visibility-collapse.html b/third_party/WebKit/LayoutTests/svg/custom/visibility-collapse.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1e94a0a3b1ef1b841a891b39736abcbdd7023179 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/svg/custom/visibility-collapse.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE HTML> |
+<svg> |
+ <rect width="100" height="100" fill="red" visibility="collapse"/> |
+ <image xlink:href="resources/red-checker.png" x="110" width="100" height="100" visibility="collapse"/> |
+ <text y="125"> |
+ <tspan text-decoration="underline" visibility="collapse"> |
+ <tspan visibility="visible">PASS if NOT underlined</tspan> |
+ </tspan> |
+ </text> |
+</svg> |