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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Test calling getPropertyValue on computed styles for -webkit-border-image proper ty. 1 Test calling getPropertyValue on computed styles for -webkit-border-image proper ty.
2 2
3 -webkit-border-image: none; 3 -webkit-border-image: none;
4 -webkit-border-image 4 -webkit-border-image
5 getPropertyValue: none 5 getPropertyValue: none
6 getPropertyCSSValue: [object CSSPrimitiveValue]
7 6
8 -webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 stretch str etch; 7 -webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 stretch str etch;
9 -webkit-border-image 8 -webkit-border-image
10 getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 25 fill / 1 / 0px st retch 9 getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 25 fill / 1 / 0px st retch
11 getPropertyCSSValue: [object CSSValueList]
12 10
13 -webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 50 repeat; 11 -webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 50 repeat;
14 -webkit-border-image 12 -webkit-border-image
15 getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 50 fill / 1 / 0px re peat 13 getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 50 fill / 1 / 0px re peat
16 getPropertyCSSValue: [object CSSValueList]
17 14
18 -webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 / 20 20 20 20 repeat; 15 -webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 / 20 20 20 20 repeat;
19 -webkit-border-image 16 -webkit-border-image
20 getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 25 fill / 20 / 0px r epeat 17 getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 25 fill / 20 / 0px r epeat
21 getPropertyCSSValue: [object CSSValueList]
22 18
23 -webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 50 / 20 stretch stretch ; 19 -webkit-border-image: -webkit-gradient(linear, 0 0, 0 0) 50 / 20 stretch stretch ;
24 -webkit-border-image 20 -webkit-border-image
25 getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 50 fill / 20 / 0px s tretch 21 getPropertyValue: -webkit-gradient(linear, 0 0, 0 0) 50 fill / 20 / 0px s tretch
26 getPropertyCSSValue: [object CSSValueList]
27 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698