Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt |
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt |
index b64bf219e9bd0be3164a0df280d800b8d10430c0..3f178c80b796d93ae52b538947efb691debcd537 100644 |
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt |
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt |
@@ -3,25 +3,20 @@ Test calling getPropertyValue on computed styles for -webkit-border-image proper |
-webkit-border-image: none; |
-webkit-border-image |
getPropertyValue: none |
- getPropertyCSSValue: [object CSSPrimitiveValue] |
-webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 stretch stretch; |
-webkit-border-image |
getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 25 fill / 1 / 0px stretch |
- getPropertyCSSValue: [object CSSValueList] |
-webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 50 repeat; |
-webkit-border-image |
getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 50 fill / 1 / 0px repeat |
- getPropertyCSSValue: [object CSSValueList] |
-webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 / 20 20 20 20 repeat; |
-webkit-border-image |
getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 25 fill / 20 / 0px repeat |
- getPropertyCSSValue: [object CSSValueList] |
-webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 50 / 20 stretch stretch; |
-webkit-border-image |
getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 50 fill / 20 / 0px stretch |
- getPropertyCSSValue: [object CSSValueList] |