Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / pseudo-valid-004-expected.txt
blobe465a852034e846211cb98bcf2771fb19ca81232
1 This test performs a check for the :valid/:invalid CSS selector on textarea elements where it shouldn't be applied.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6  
7 PASS document.defaultView.getComputedStyle(v[i], null).getPropertyValue('background-color') is 'rgb(0, 255, 0)'
8 PASS document.defaultView.getComputedStyle(v[i], null).getPropertyValue('background-color') is 'rgb(0, 255, 0)'
9 PASS successfullyParsed is true
11 TEST COMPLETE