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

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: Align with review comments 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/custom/visibility-collapse-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/custom/visibility-collapse-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698