12 <p id=
"description">This tests selecting text inside a non-statically positioned SVG content. This test passes if it does not crash.
</p>
13 <svg style=
"width: 50px; height: 50px; border: 1px solid black;">
17 if (window
.testRunner
)
18 testRunner
.dumpAsText();
20 document
.execCommand("SelectAll");
22 document
.querySelector('style').remove();
23 document
.write('PASS');