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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-shorthand-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 that the background shorthand is computed properly. 1 Tests that the background shorthand is computed properly.
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 computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box' 6 PASS computedStyle.getPropertyValue('background') is "rgb(255, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box"
7 PASS checkComputedStyleValue() is true 7 PASS checkComputedStyleValue() is true
8 PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url(dummy:/ /test.png) repeat scroll 0% 0% / auto padding-box border-box' 8 PASS computedStyle.getPropertyValue('background') is "rgb(255, 0, 0) url(\"dummy ://test.png\") repeat scroll 0% 0% / auto padding-box border-box"
9 PASS checkComputedStyleValue() is true 9 PASS checkComputedStyleValue() is true
10 PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url(dummy:/ /test.png) no-repeat scroll 0% 0% / auto padding-box border-box' 10 PASS computedStyle.getPropertyValue('background') is "rgb(255, 0, 0) url(\"dummy ://test.png\") no-repeat scroll 0% 0% / auto padding-box border-box"
11 PASS checkComputedStyleValue() is true 11 PASS checkComputedStyleValue() is true
12 PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url(dummy:/ /test.png) no-repeat fixed 0% 0% / auto padding-box border-box' 12 PASS computedStyle.getPropertyValue('background') is "rgb(255, 0, 0) url(\"dummy ://test.png\") no-repeat fixed 0% 0% / auto padding-box border-box"
13 PASS checkComputedStyleValue() is true 13 PASS checkComputedStyleValue() is true
14 PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url(dummy:/ /test.png) no-repeat fixed 100% 100% / auto padding-box border-box' 14 PASS computedStyle.getPropertyValue('background') is "rgb(255, 0, 0) url(\"dummy ://test.png\") no-repeat fixed 100% 100% / auto padding-box border-box"
15 PASS checkComputedStyleValue() is true 15 PASS checkComputedStyleValue() is true
16 PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url(dummy:/ /test.png) no-repeat fixed 100% 100% / cover padding-box border-box' 16 PASS computedStyle.getPropertyValue('background') is "rgb(255, 0, 0) url(\"dummy ://test.png\") no-repeat fixed 100% 100% / cover padding-box border-box"
17 PASS checkComputedStyleValue() is true 17 PASS checkComputedStyleValue() is true
18 PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url(dummy:/ /test.png) no-repeat fixed 100% 100% / cover content-box border-box' 18 PASS computedStyle.getPropertyValue('background') is "rgb(255, 0, 0) url(\"dummy ://test.png\") no-repeat fixed 100% 100% / cover content-box border-box"
19 PASS checkComputedStyleValue() is true 19 PASS checkComputedStyleValue() is true
20 PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url(dummy:/ /test.png) no-repeat fixed 100% 100% / cover content-box padding-box' 20 PASS computedStyle.getPropertyValue('background') is "rgb(255, 0, 0) url(\"dummy ://test.png\") no-repeat fixed 100% 100% / cover content-box padding-box"
21 PASS checkComputedStyleValue() is true 21 PASS checkComputedStyleValue() is true
22 PASS computedStyle.getPropertyValue('background') is 'rgb(0, 128, 0) url(dummy:/ /test.png) repeat fixed 45% 50% / contain border-box padding-box' 22 PASS computedStyle.getPropertyValue('background') is "rgb(0, 128, 0) url(\"dummy ://test.png\") repeat fixed 45% 50% / contain border-box padding-box"
23 PASS checkComputedStyleValue() is true 23 PASS checkComputedStyleValue() is true
24 PASS successfullyParsed is true 24 PASS successfullyParsed is true
25 25
26 TEST COMPLETE 26 TEST COMPLETE
27 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698