Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image.html |
| diff --git a/third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image.html b/third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image.html |
| index a3ba496e097e797b84b2d06ed2c8f7c7baf8b44f..e842a0e56b7765038150c6426e4f6993db1573e2 100644 |
| --- a/third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image.html |
| +++ b/third_party/WebKit/LayoutTests/svg/as-border-image/svg-as-border-image.html |
| @@ -1,6 +1,10 @@ |
| <html> |
| <head> |
| <style> |
| + div { |
| + border-style: solid; |
| + border-color: white; |
| + } |
| .svg, .image { |
| display: inline-block; |
| border: 1px solid black; |