8 <div id=
"target"></div>
9 <script src=
"../../resources/js-test.js"></script>
12 if (window
.testRunner
)
13 testRunner
.dumpAsText();
15 description("Test for Bug 407012: border-radius shorthand is always splitted to longhand properties in CSSStyleRule.cssText.");
17 var element
= document
.getElementById("target");
18 shouldBe("document.styleSheets[0].rules[0].cssText","'#target { border-radius: 5px; }'");