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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-size-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-background-size-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-size-expected.txt b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-size-expected.txt
index 58256b4cc1044129603d11a859bc4c1b7dbc0439..deacfd95eb28d46f0f7651402e41df84cfe7d5f1 100644
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-size-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-size-expected.txt
@@ -1,17 +1,12 @@
Test calling getPropertyValue on computed styles for -webkit-backround-size properties.
getPropertyValue(-webkit-background-size): 10px 20px
-getPropertyCSSValue(-webkit-background-size): [object CSSValueList]
getPropertyValue(-webkit-background-size): 10px 10px
-getPropertyCSSValue(-webkit-background-size): [object CSSValueList]
Test getting background size of 0.
getPropertyValue(-webkit-background-size): 0px 0px
-getPropertyCSSValue(-webkit-background-size): [object CSSValueList]
getPropertyValue(-webkit-background-size): 0px 0px
-getPropertyCSSValue(-webkit-background-size): [object CSSValueList]
Test getting initial value of the background size.
getPropertyValue(-webkit-background-size): auto
-getPropertyCSSValue(-webkit-background-size): [object CSSValueList]

Powered by Google App Engine
This is Rietveld 408576698