Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / invalidation / no-invalidation-set-local-style-expected.txt
blob585eb3b34730341c41e21e4b237ba96e94047731
1 Class selectors in rightmost compound selector should cause LocalStyleChange even if we cannot use invalidation sets.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
7 PASS getComputedStyle(elm, null).backgroundColor is green
8 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
9 PASS getComputedStyle(elm, null).backgroundColor is green
10 PASS internals.updateStyleAndReturnAffectedElementCount() is 1
11 PASS getComputedStyle(elm, null).backgroundColor is green
12 PASS successfullyParsed is true
14 TEST COMPLETE