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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt

Issue 1363233003: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix interpolation tests Created 5 years, 2 months 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 Tests background shortand property with background-size 1 Tests background shortand property with background-size
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS e.style.background is 'url(dummy://test.png) 50% 50% / cover no-repeat bord er-box border-box red' 6 PASS e.style.background is "url(\"dummy://test.png\") 50% 50% / cover no-repeat border-box border-box red"
7 PASS e.style.backgroundSize is 'cover' 7 PASS e.style.backgroundSize is "cover"
8 PASS checkStyle() is true 8 PASS checkStyle() is true
9 PASS computedStyle.getPropertyValue("background") is 'rgb(255, 0, 0) url(dummy:/ /test.png) no-repeat scroll 50% 50% / cover border-box border-box' 9 PASS computedStyle.getPropertyValue("background") is "rgb(255, 0, 0) url(\"dummy ://test.png\") no-repeat scroll 50% 50% / cover border-box border-box"
10 PASS computedStyle.getPropertyValue("background-size") is 'cover' 10 PASS computedStyle.getPropertyValue("background-size") is "cover"
11 PASS checkComputedStyleValue() is true 11 PASS checkComputedStyleValue() is true
12 12
13 PASS e.style.background is 'url(dummy://test.png) 20px 50% / contain no-repeat p adding-box padding-box red' 13 PASS e.style.background is "url(\"dummy://test.png\") 20px 50% / contain no-repe at padding-box padding-box red"
14 PASS e.style.backgroundSize is 'contain' 14 PASS e.style.backgroundSize is "contain"
15 PASS checkStyle() is true 15 PASS checkStyle() is true
16 PASS computedStyle.getPropertyValue("background") is 'rgb(255, 0, 0) url(dummy:/ /test.png) no-repeat scroll 20px 50% / contain padding-box padding-box' 16 PASS computedStyle.getPropertyValue("background") is "rgb(255, 0, 0) url(\"dummy ://test.png\") no-repeat scroll 20px 50% / contain padding-box padding-box"
17 PASS computedStyle.getPropertyValue("background-size") is 'contain' 17 PASS computedStyle.getPropertyValue("background-size") is "contain"
18 PASS checkComputedStyleValue() is true 18 PASS checkComputedStyleValue() is true
19 19
20 PASS e.style.background is 'url(dummy://test.png) 50px 60px / 50% 75% no-repeat red' 20 PASS e.style.background is "url(\"dummy://test.png\") 50px 60px / 50% 75% no-rep eat red"
21 PASS e.style.backgroundSize is '50% 75%' 21 PASS e.style.backgroundSize is "50% 75%"
22 PASS checkStyle() is true 22 PASS checkStyle() is true
23 PASS computedStyle.getPropertyValue("background") is 'rgb(255, 0, 0) url(dummy:/ /test.png) no-repeat scroll 50px 60px / 50% 75% padding-box border-box' 23 PASS computedStyle.getPropertyValue("background") is "rgb(255, 0, 0) url(\"dummy ://test.png\") no-repeat scroll 50px 60px / 50% 75% padding-box border-box"
24 PASS computedStyle.getPropertyValue("background-size") is '50% 75%' 24 PASS computedStyle.getPropertyValue("background-size") is "50% 75%"
25 PASS checkComputedStyleValue() is true 25 PASS checkComputedStyleValue() is true
26 26
27 PASS e.style.background is 'url(dummy://test.png) 0% 0% / 100px 200px repeat bor der-box content-box red' 27 PASS e.style.background is "url(\"dummy://test.png\") 0% 0% / 100px 200px repeat border-box content-box red"
28 PASS e.style.backgroundSize is '100px 200px' 28 PASS e.style.backgroundSize is "100px 200px"
29 PASS checkStyle() is true 29 PASS checkStyle() is true
30 PASS computedStyle.getPropertyValue("background") is 'rgb(255, 0, 0) url(dummy:/ /test.png) repeat scroll 0% 0% / 100px 200px border-box content-box' 30 PASS computedStyle.getPropertyValue("background") is "rgb(255, 0, 0) url(\"dummy ://test.png\") repeat scroll 0% 0% / 100px 200px border-box content-box"
31 PASS computedStyle.getPropertyValue("background-size") is '100px 200px' 31 PASS computedStyle.getPropertyValue("background-size") is "100px 200px"
32 PASS checkComputedStyleValue() is true 32 PASS checkComputedStyleValue() is true
33 33
34 PASS e.style.background is 'url(dummy://test.png) 50% 50% / auto repeat content- box padding-box red' 34 PASS e.style.background is "url(\"dummy://test.png\") 50% 50% / auto repeat cont ent-box padding-box red"
35 PASS e.style.backgroundSize is 'auto' 35 PASS e.style.backgroundSize is "auto"
36 PASS checkStyle() is true 36 PASS checkStyle() is true
37 PASS computedStyle.getPropertyValue("background") is 'rgb(255, 0, 0) url(dummy:/ /test.png) repeat scroll 50% 50% / auto content-box padding-box' 37 PASS computedStyle.getPropertyValue("background") is "rgb(255, 0, 0) url(\"dummy ://test.png\") repeat scroll 50% 50% / auto content-box padding-box"
38 PASS computedStyle.getPropertyValue("background-size") is 'auto' 38 PASS computedStyle.getPropertyValue("background-size") is "auto"
39 PASS checkComputedStyleValue() is true 39 PASS checkComputedStyleValue() is true
40 40
41 PASS e.style.background is 'url(dummy://test.png) 50px 60px / 50% no-repeat fixe d red' 41 PASS e.style.background is "url(\"dummy://test.png\") 50px 60px / 50% no-repeat fixed red"
42 PASS e.style.backgroundSize is '50%' 42 PASS e.style.backgroundSize is "50%"
43 PASS checkStyle() is true 43 PASS checkStyle() is true
44 PASS computedStyle.getPropertyValue("background") is 'rgb(255, 0, 0) url(dummy:/ /test.png) no-repeat fixed 50px 60px / 50% padding-box border-box' 44 PASS computedStyle.getPropertyValue("background") is "rgb(255, 0, 0) url(\"dummy ://test.png\") no-repeat fixed 50px 60px / 50% padding-box border-box"
45 PASS computedStyle.getPropertyValue("background-size") is '50%' 45 PASS computedStyle.getPropertyValue("background-size") is "50%"
46 PASS checkComputedStyleValue() is true 46 PASS checkComputedStyleValue() is true
47 47
48 PASS e.style.background is 'url(dummy://test.png) 0% 0% / 100px repeat scroll pa dding-box border-box red' 48 PASS e.style.background is "url(\"dummy://test.png\") 0% 0% / 100px repeat scrol l padding-box border-box red"
49 PASS e.style.backgroundSize is '100px' 49 PASS e.style.backgroundSize is "100px"
50 PASS checkStyle() is true 50 PASS checkStyle() is true
51 PASS computedStyle.getPropertyValue("background") is 'rgb(255, 0, 0) url(dummy:/ /test.png) repeat scroll 0% 0% / 100px padding-box border-box' 51 PASS computedStyle.getPropertyValue("background") is "rgb(255, 0, 0) url(\"dummy ://test.png\") repeat scroll 0% 0% / 100px padding-box border-box"
52 PASS computedStyle.getPropertyValue("background-size") is '100px' 52 PASS computedStyle.getPropertyValue("background-size") is "100px"
53 PASS checkComputedStyleValue() is true 53 PASS checkComputedStyleValue() is true
54 54
55 PASS e.style.background is 'url(dummy://test.png) 50% 50% / auto repeat fixed co ntent-box content-box red' 55 PASS e.style.background is "url(\"dummy://test.png\") 50% 50% / auto repeat fixe d content-box content-box red"
56 PASS e.style.backgroundSize is 'auto' 56 PASS e.style.backgroundSize is "auto"
57 PASS checkStyle() is true 57 PASS checkStyle() is true
58 PASS computedStyle.getPropertyValue("background") is 'rgb(255, 0, 0) url(dummy:/ /test.png) repeat fixed 50% 50% / auto content-box content-box' 58 PASS computedStyle.getPropertyValue("background") is "rgb(255, 0, 0) url(\"dummy ://test.png\") repeat fixed 50% 50% / auto content-box content-box"
59 PASS computedStyle.getPropertyValue("background-size") is 'auto' 59 PASS computedStyle.getPropertyValue("background-size") is "auto"
60 PASS checkComputedStyleValue() is true 60 PASS checkComputedStyleValue() is true
61 61
62 PASS e.style.background is '0% 0% / 50%' 62 PASS e.style.background is "0% 0% / 50%"
63 PASS e.style.backgroundSize is '50%' 63 PASS e.style.backgroundSize is "50%"
64 PASS checkStyle() is true 64 PASS checkStyle() is true
65 PASS computedStyle.getPropertyValue("background") is 'rgba(0, 0, 0, 0) none repe at scroll 0% 0% / 50% padding-box border-box' 65 PASS computedStyle.getPropertyValue("background") is "rgba(0, 0, 0, 0) none repe at scroll 0% 0% / 50% padding-box border-box"
66 PASS computedStyle.getPropertyValue("background-size") is '50%' 66 PASS computedStyle.getPropertyValue("background-size") is "50%"
67 PASS checkComputedStyleValue() is true 67 PASS checkComputedStyleValue() is true
68 68
69 PASS e.style.background is 'fixed red' 69 PASS e.style.background is "fixed red"
70 PASS e.style.backgroundSize is 'initial' 70 PASS e.style.backgroundSize is "initial"
71 PASS checkStyle() is true 71 PASS checkStyle() is true
72 PASS computedStyle.getPropertyValue("background") is 'rgb(255, 0, 0) none repeat fixed 0% 0% / auto padding-box border-box' 72 PASS computedStyle.getPropertyValue("background") is "rgb(255, 0, 0) none repeat fixed 0% 0% / auto padding-box border-box"
73 PASS computedStyle.getPropertyValue("background-size") is 'auto' 73 PASS computedStyle.getPropertyValue("background-size") is "auto"
74 PASS checkComputedStyleValue() is true 74 PASS checkComputedStyleValue() is true
75 75
76 PASS e.style.background is '' 76 PASS e.style.background is ""
77 PASS e.style.backgroundSize is '' 77 PASS e.style.backgroundSize is ""
78 PASS checkStyle() is true 78 PASS checkStyle() is true
79 PASS computedStyle.getPropertyValue("background") is 'rgba(0, 0, 0, 0) none repe at scroll 0% 0% / auto padding-box border-box' 79 PASS computedStyle.getPropertyValue("background") is "rgba(0, 0, 0, 0) none repe at scroll 0% 0% / auto padding-box border-box"
80 PASS computedStyle.getPropertyValue("background-size") is 'auto' 80 PASS computedStyle.getPropertyValue("background-size") is "auto"
81 PASS checkComputedStyleValue() is true 81 PASS checkComputedStyleValue() is true
82 82
83 PASS e.style.background is '' 83 PASS e.style.background is ""
84 PASS e.style.backgroundSize is '' 84 PASS e.style.backgroundSize is ""
85 PASS checkStyle() is true 85 PASS checkStyle() is true
86 PASS computedStyle.getPropertyValue("background") is 'rgba(0, 0, 0, 0) none repe at scroll 0% 0% / auto padding-box border-box' 86 PASS computedStyle.getPropertyValue("background") is "rgba(0, 0, 0, 0) none repe at scroll 0% 0% / auto padding-box border-box"
87 PASS computedStyle.getPropertyValue("background-size") is 'auto' 87 PASS computedStyle.getPropertyValue("background-size") is "auto"
88 PASS checkComputedStyleValue() is true 88 PASS checkComputedStyleValue() is true
89 89
90 PASS e.style.background is '' 90 PASS e.style.background is ""
91 PASS e.style.backgroundSize is '' 91 PASS e.style.backgroundSize is ""
92 PASS checkStyle() is true 92 PASS checkStyle() is true
93 PASS computedStyle.getPropertyValue("background") is 'rgba(0, 0, 0, 0) none repe at scroll 0% 0% / auto padding-box border-box' 93 PASS computedStyle.getPropertyValue("background") is "rgba(0, 0, 0, 0) none repe at scroll 0% 0% / auto padding-box border-box"
94 PASS computedStyle.getPropertyValue("background-size") is 'auto' 94 PASS computedStyle.getPropertyValue("background-size") is "auto"
95 PASS checkComputedStyleValue() is true 95 PASS checkComputedStyleValue() is true
96 96
97 PASS successfullyParsed is true 97 PASS successfullyParsed is true
98 98
99 TEST COMPLETE 99 TEST COMPLETE
100 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698