Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / attribute-selector-recursive-update-on-setAttribute-expected.txt
blob066ff717bceebf5145b72f7078afbc70493a732a
1 This test checks that attribute selectors are recursively re-evaluated when the attribute changes.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(toggle).color is 'rgb(0, 128, 0)'
7 PASS getComputedStyle(toggle).color is 'rgb(255, 0, 0)'
8 PASS successfullyParsed is true
10 TEST COMPLETE