Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / sibling-selectors-expected.txt
blobfab979a0822628f0cea72ac8353c2d0849b08939
1 test0 foo
3 test0 bar
5 test1 foo
7 test1 bar
9 test2 foo
11 test2 bar
14 #test0 :first-of-type
15 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
17 #test0 :last-of-type
18 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
20 #test1 :first-of-type
21 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
23 #test1 :last-of-type
24 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
26 #test2 :first-of-type
27 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
29 #test2 :last-of-type
30 PASS document.defaultView.getComputedStyle(element, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)'
31 PASS successfullyParsed is true
33 TEST COMPLETE