Chromium Code Reviews| 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..6043be6f0baac3758ee3ce2d20bd3accd2ce1fe1 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/svg/custom/visibility-collapse.html |
| @@ -0,0 +1,9 @@ |
| +<svg> |
|
pdr.
2016/06/07 23:02:25
Add <!DOCTYPE HTML> as the first line here, and in
Shanmuga Pandi
2016/06/08 05:17:13
Done.
|
| + <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> |