Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-slice.html

Issue 703793002: Remove some testing of getPropertyCSSValue in fast/css/getComputedStyle (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698