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-borderRadius-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-borderRadius-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-borderRadius-expected.txt b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-borderRadius-expected.txt
index a335e048803771e90c71eeecef68f89c7344b046..820c86e8b4266c9611e5d18fdcb3993a50f71192 100644
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-borderRadius-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-borderRadius-expected.txt
@@ -1,25 +1,15 @@
Test calling getPropertyValue on computed styles for border radius properties.
getPropertyValue(-webkit-border-top-right-radius): 10px 20px
-getPropertyCSSValue(-webkit-border-top-right-radius): [object CSSValueList]
getPropertyValue(-webkit-border-top-right-radius): 10px
-getPropertyCSSValue(-webkit-border-top-right-radius): [object CSSPrimitiveValue]
getPropertyValue(-webkit-border-top-left-radius): 10px 20px
-getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSValueList]
getPropertyValue(-webkit-border-top-left-radius): 10px
-getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSPrimitiveValue]
getPropertyValue(-webkit-border-bottom-right-radius): 10px 20px
-getPropertyCSSValue(-webkit-border-bottom-right-radius): [object CSSValueList]
getPropertyValue(-webkit-border-bottom-right-radius): 10px
-getPropertyCSSValue(-webkit-border-bottom-right-radius): [object CSSPrimitiveValue]
getPropertyValue(-webkit-border-bottom-left-radius): 10px 20px
-getPropertyCSSValue(-webkit-border-bottom-left-radius): [object CSSValueList]
getPropertyValue(-webkit-border-bottom-left-radius): 10px
-getPropertyCSSValue(-webkit-border-bottom-left-radius): [object CSSPrimitiveValue]
Test getting 0px value border radius.
getPropertyValue(-webkit-border-top-left-radius): 0px
-getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSPrimitiveValue]
getPropertyValue(-webkit-border-top-left-radius): 0px
-getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSPrimitiveValue]

Powered by Google App Engine
This is Rietveld 408576698