Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-border-color-shorthand-expected.txt
1 Tests that the border-color shorthand is computed properly.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS computedStyle.getPropertyValue('border-color') is 'rgb(255, 0, 0) rgb(0, 0, 255) rgb(0, 128, 0) rgb(255, 255, 255)'
7 PASS computedStyle.getPropertyValue('border-color') is 'rgb(0, 0, 0)'
8 PASS computedStyle.getPropertyValue('border-color') is 'rgb(102, 102, 102)'
9 PASS computedStyle.getPropertyValue('border-color') is 'rgb(0, 0, 0)'
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13