| OLD | NEW |
| 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 |
| OLD | NEW |