summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/border-radius-cssText-expected.txt
blob: 1ee8935f9278d61b9310b2c64682aa1498aadcea (plain)
1
2
3
4
5
6
7
8
9
10
Test for Bug 407012: border-radius shorthand is always splitted to longhand properties in CSSStyleRule.cssText.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS document.styleSheets[0].rules[0].cssText is '#target { border-radius: 5px; }'
PASS successfullyParsed is true

TEST COMPLETE