6 testRunner
.dumpAsTextWithPixelResults();
9 document
.body
.offsetTop
;
10 document
.body
.style
.zoom
=0.9;
12 document
.designMode
='on';
13 window
.getSelection().setBaseAndExtent(filterInFirstRoot
, 0, 5);
14 document
.execCommand('ForwardDelete');
17 This test passes if it does not crash.
<br/>
19 <text direction=
"rtl" id=
"filterInFirstRoot">
20 <tspan id=
"tSpanInFirstRoot">abc
</tspan>
22 <path filter=
"url(#filterInSecondRoot)"></path>
25 <filter id=
"filterInSecondRoot"></filter>