blob: e28f3d43eaa8827302773995d467352f848aa57c [file] [log] [blame]
<!DOCTYPE html>
<html>
Test passes if it does not crash.
<style></style>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
function runTest()
{
document.styleSheets[0].insertRule("font {}", 0);
}
</script>
<object data="resources/svg-font-face.svg"></object>
<object style="content:counter(item)" data="resources/svg-font-face.svg" onload="runTest()"></object>
</script>
</html>