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

Unified Diff: third_party/WebKit/LayoutTests/svg/overflow/overflow-visible-with-border-radius.html

Issue 1420563006: SVG should respect overflow:visible even with border-radius (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Align with review comments Created 5 years, 1 month 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/overflow/overflow-visible-with-border-radius-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/overflow/overflow-visible-with-border-radius.html
diff --git a/third_party/WebKit/LayoutTests/svg/custom/pattern-within-other-pattern-expected.html b/third_party/WebKit/LayoutTests/svg/overflow/overflow-visible-with-border-radius.html
similarity index 50%
copy from third_party/WebKit/LayoutTests/svg/custom/pattern-within-other-pattern-expected.html
copy to third_party/WebKit/LayoutTests/svg/overflow/overflow-visible-with-border-radius.html
index b8716017fd68d112327ef842a5b0544908455cbe..6147846a4403843da1767d428f2a428834e7a031 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/pattern-within-other-pattern-expected.html
+++ b/third_party/WebKit/LayoutTests/svg/overflow/overflow-visible-with-border-radius.html
@@ -1,7 +1,10 @@
<!DOCTYPE html>
+<style>
+svg {
+ overflow: visible;
+ border-radius: 50px;
+}
+</style>
<svg width="100" height="100">
- <pattern id="p" width="1" height="1">
<rect width="100" height="100" fill="green"/>
- </pattern>
- <rect width="100" height="100" fill="url(#p)"/>
</svg>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/overflow/overflow-visible-with-border-radius-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698