2 'Test parsing of @font-face rule using insertRule(). <a href="http://bugs.webkit.org/show_bug.cgi?id=15986">http://bugs.webkit.org/show_bug.cgi?id=15986</a>'
5 var rule = "@font-face { }";
6 shouldBe("document.styleSheets[0].insertRule(rule, 0)", "0");
7 shouldBe("document.styleSheets[0].rules[0].cssText", "rule");