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

Unified Diff: third_party/WebKit/LayoutTests/svg/clip-path/display-none-children-expected.html

Issue 1840343002: Do not show display:none clipPath targets when referenced with <use> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/clip-path/display-none-children-expected.html
diff --git a/third_party/WebKit/LayoutTests/svg/overflow/overflow-visible-with-border-radius-expected.html b/third_party/WebKit/LayoutTests/svg/clip-path/display-none-children-expected.html
similarity index 54%
copy from third_party/WebKit/LayoutTests/svg/overflow/overflow-visible-with-border-radius-expected.html
copy to third_party/WebKit/LayoutTests/svg/clip-path/display-none-children-expected.html
index c5b7d05739f2c0284b5961eb2eb703167eb2cf72..f8c7fc59e452b106eb1a208749d2973c58f8e13d 100644
--- a/third_party/WebKit/LayoutTests/svg/overflow/overflow-visible-with-border-radius-expected.html
+++ b/third_party/WebKit/LayoutTests/svg/clip-path/display-none-children-expected.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
-<svg width="100" height="100">
+<!DOCTYPE HTML>
+<svg width="400" height="400">
<rect width="100" height="100" fill="green"/>
</svg>

Powered by Google App Engine
This is Rietveld 408576698