Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(788)

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/visibility-collapse.html

Issue 2042703002: Handle 'visibility:collapse' for SVG shapes/images/text-decorations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed resource file Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698