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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Test calling getPropertyValue on computed styles for border radius properties. 1 Test calling getPropertyValue on computed styles for border radius properties.
2 2
3 getPropertyValue(-webkit-border-top-right-radius): 10px 20px 3 getPropertyValue(-webkit-border-top-right-radius): 10px 20px
4 getPropertyCSSValue(-webkit-border-top-right-radius): [object CSSValueList]
5 getPropertyValue(-webkit-border-top-right-radius): 10px 4 getPropertyValue(-webkit-border-top-right-radius): 10px
6 getPropertyCSSValue(-webkit-border-top-right-radius): [object CSSPrimitiveValue]
7 getPropertyValue(-webkit-border-top-left-radius): 10px 20px 5 getPropertyValue(-webkit-border-top-left-radius): 10px 20px
8 getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSValueList]
9 getPropertyValue(-webkit-border-top-left-radius): 10px 6 getPropertyValue(-webkit-border-top-left-radius): 10px
10 getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSPrimitiveValue]
11 getPropertyValue(-webkit-border-bottom-right-radius): 10px 20px 7 getPropertyValue(-webkit-border-bottom-right-radius): 10px 20px
12 getPropertyCSSValue(-webkit-border-bottom-right-radius): [object CSSValueList]
13 getPropertyValue(-webkit-border-bottom-right-radius): 10px 8 getPropertyValue(-webkit-border-bottom-right-radius): 10px
14 getPropertyCSSValue(-webkit-border-bottom-right-radius): [object CSSPrimitiveVal ue]
15 getPropertyValue(-webkit-border-bottom-left-radius): 10px 20px 9 getPropertyValue(-webkit-border-bottom-left-radius): 10px 20px
16 getPropertyCSSValue(-webkit-border-bottom-left-radius): [object CSSValueList]
17 getPropertyValue(-webkit-border-bottom-left-radius): 10px 10 getPropertyValue(-webkit-border-bottom-left-radius): 10px
18 getPropertyCSSValue(-webkit-border-bottom-left-radius): [object CSSPrimitiveValu e]
19 11
20 Test getting 0px value border radius. 12 Test getting 0px value border radius.
21 getPropertyValue(-webkit-border-top-left-radius): 0px 13 getPropertyValue(-webkit-border-top-left-radius): 0px
22 getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSPrimitiveValue]
23 getPropertyValue(-webkit-border-top-left-radius): 0px 14 getPropertyValue(-webkit-border-top-left-radius): 0px
24 getPropertyCSSValue(-webkit-border-top-left-radius): [object CSSPrimitiveValue]
25 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698