Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / border-radius-cssText-expected.txt
blob1ee8935f9278d61b9310b2c64682aa1498aadcea
1 Test for Bug 407012: border-radius shorthand is always splitted to longhand properties in CSSStyleRule.cssText.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.styleSheets[0].rules[0].cssText is '#target { border-radius: 5px; }'
7 PASS successfullyParsed is true
9 TEST COMPLETE