tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / sibling-selectors-expected.txt
1 test0 foo
2
3 test0 bar
4
5 test1 foo
6
7 test1 bar
8
9 test2 foo
10
11 test2 bar
12
13
14 #test0 :first-of-type
15 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
16
17 #test0 :last-of-type
18 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
19
20 #test1 :first-of-type
21 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
22
23 #test1 :last-of-type
24 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
25
26 #test2 :first-of-type
27 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
28
29 #test2 :last-of-type
30 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
31