Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / pseudo-valid-dynamic-expected.txt
blob937f25d2883675489735da458ade0379781a77bd
1 This test checks that input element that share style, no longer share style after validity rules are dynamically added.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6  
7 PASS document.defaultView.getComputedStyle(v[0], null).getPropertyValue('background-color') is 'rgb(0, 255, 0)'
8 PASS document.defaultView.getComputedStyle(v[1], null).getPropertyValue('background-color') is 'rgb(0, 0, 255)'
9 PASS successfullyParsed is true
11 TEST COMPLETE