Index: third_party/WebKit/LayoutTests/fast/borders/border-image-reset-by-border-shorthand.html |
diff --git a/third_party/WebKit/LayoutTests/fast/borders/border-image-reset-by-border-shorthand.html b/third_party/WebKit/LayoutTests/fast/borders/border-image-reset-by-border-shorthand.html |
index 4625b3df822cc8fd1ca773a95649fe419f97fd87..3680c388a2664b5a31e9c5c541f479049bca4060 100644 |
--- a/third_party/WebKit/LayoutTests/fast/borders/border-image-reset-by-border-shorthand.html |
+++ b/third_party/WebKit/LayoutTests/fast/borders/border-image-reset-by-border-shorthand.html |
@@ -6,7 +6,7 @@ |
div { |
width: 300px; |
height: 300px; |
- border-image: -webkit-linear-gradient(30deg, black, white) 1 fill repeat; |
+ border-image: linear-gradient(30deg, black, white) 1 fill repeat; |
border: 2px solid green; |
} |
</style> |