| 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>
|
|
|