blob: 3b75f2fe0613502a4d3914a652f4005106695015 [file] [log] [blame]
Test parsing of @font-face rule using insertRule(). http://bugs.webkit.org/show_bug.cgi?id=15986
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.styleSheets[0].insertRule(rule, 0) is 0
PASS document.styleSheets[0].rules[0].cssText is rule
PASS successfullyParsed is true
TEST COMPLETE