4 <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=88547 -->
5 <svg xmlns=
"http://www.w3.org/2000/svg">
7 <div id=
"div" style=
"position:fixed; height:50%; counter-increment:inherit;">Passes if replacing this text doesn't cause a crash.
</div>
11 window
.onload=function() {
12 document
.designMode
="on";
13 document
.execCommand("SelectAll");
14 document
.getElementById('div').innerHTML
= "PASS";
17 if (window
.testRunner
)
18 testRunner
.dumpAsText();