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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt

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-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]

Powered by Google App Engine
This is Rietveld 408576698