Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / cue-serialize-expected.txt
blob515ea9bd5af0e3959659b4a44e7ddcc14702fe9f
1 Check serialization of ::cue and ::cue()
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS rules.length is 3
7 PASS rules[0].selectorText is '*::cue'
8 PASS rules[1].selectorText is '*::cue(c)'
9 PASS rules[2].selectorText is '*::cue(c,.class,#id:past,i:future)'
10 PASS successfullyParsed is true
12 TEST COMPLETE