Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / last-child-innerhtml-expected.txt
blob0807baacc16fa9d0d7b3d832bc6d561abbf622ce
1 Check if replacing innerHTML handles :last-child properly.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Replacing three children.
7 PASS getComputedStyle(element).getPropertyValue('color') is 'rgb(0, 0, 255)'
8 PASS getComputedStyle(element).getPropertyValue('color') is 'rgb(0, 0, 0)'
9 PASS getComputedStyle(element).getPropertyValue('color') is 'rgb(128, 0, 128)'
10 Replacing one child.
11 PASS getComputedStyle(element).getPropertyValue('color') is 'rgb(0, 0, 255)'
12 PASS getComputedStyle(element).getPropertyValue('color') is 'rgb(0, 0, 0)'
13 PASS getComputedStyle(element).getPropertyValue('color') is 'rgb(128, 0, 128)'
14 PASS successfullyParsed is true
16 TEST COMPLETE