Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-slice.html |
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-slice.html b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-slice.html |
index 6a5a143455cebe4a74fb4c57a9e0ddf55f293570..adf4b61a83699ae73f731e01133b9765b43d97a1 100644 |
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-slice.html |
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-slice.html |
@@ -25,7 +25,6 @@ for (i = 0; i < testValues.length; i++) { |
e.style.borderImageSlice = ""; |
e.style.borderImageSlice = testValues[i]; |
shouldBe("computedStyle.getPropertyValue('border-image-slice')", expectedValues[i]); |
- shouldBe("computedStyle.getPropertyCSSValue('border-image-slice').cssText", expectedValues[i]); |
} |
document.body.removeChild(testContainer); |