Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / insertRule-media-expected.txt
blob53362366b8d1cc47cfb303ef093a7716427d583b
1 Test parsing of @media rule using insertRule(). http://bugs.webkit.org/show_bug.cgi?id=15986
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.styleSheets[0].insertRule(rule, 0) is 0
7 PASS document.styleSheets[0].rules[0].cssText is serializedRule
8 PASS successfullyParsed is true
10 TEST COMPLETE