blob: 7e70bebdabc527a462f55e951a615da8f034e157 [file] [log] [blame]
<!-- This test passes if there is no crash. -->
<script>
function go() {
if (window.testRunner)
testRunner.dumpAsText();
q = document.getElementById('root').contentDocument;
q.firstChild.setAttribute('style', 'content:counter(item)');
document.designMode = 'on';
q.getElementById('x').appendChild( q.firstChild.cloneNode(1) );
}
</script>
<object data="resources/bug78838.svg" id="root" onload="go()"/></object>
<p>PASSED</p>