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..a9bf8b9f3939e826e5de79442de198a01db6639f 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,9 @@ |
<html> |
<head> |
<style> |
+ div { |
+ border-style: solid; |
+ } |
.svg, .image { |
display: inline-block; |
border: 1px solid black; |