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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-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-position-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-expected.txt b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-expected.txt
index df575733930f789a5a83875037966ce8dc466659..414a8cbc06e081589b90bf4d4745df6f38f9aeee 100644
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-expected.txt
@@ -3,53 +3,38 @@ Test calling getPropertyValue on computed styles for background-position propert
background-position: 0;
background-position
getPropertyValue: 0px 50%
- getPropertyCSSValue: [object CSSValueList]
background-position-x
getPropertyValue: 0px
- getPropertyCSSValue: [object CSSValueList]
background-position-y
getPropertyValue: 50%
- getPropertyCSSValue: [object CSSValueList]
background-position: 0 0;
background-position
getPropertyValue: 0px 0px
- getPropertyCSSValue: [object CSSValueList]
background-position-x
getPropertyValue: 0px
- getPropertyCSSValue: [object CSSValueList]
background-position-y
getPropertyValue: 0px
- getPropertyCSSValue: [object CSSValueList]
background-position: 15px;
background-position
getPropertyValue: 15px 50%
- getPropertyCSSValue: [object CSSValueList]
background-position-x
getPropertyValue: 15px
- getPropertyCSSValue: [object CSSValueList]
background-position-y
getPropertyValue: 50%
- getPropertyCSSValue: [object CSSValueList]
background-position: 10px 20px;
background-position
getPropertyValue: 10px 20px
- getPropertyCSSValue: [object CSSValueList]
background-position-x
getPropertyValue: 10px
- getPropertyCSSValue: [object CSSValueList]
background-position-y
getPropertyValue: 20px
- getPropertyCSSValue: [object CSSValueList]
No background-position set
background-position
getPropertyValue: 0% 0%
- getPropertyCSSValue: [object CSSValueList]
background-position-x
getPropertyValue: 0%
- getPropertyCSSValue: [object CSSValueList]
background-position-y
getPropertyValue: 0%
- getPropertyCSSValue: [object CSSValueList]

Powered by Google App Engine
This is Rietveld 408576698