blob: 808ad184f5dba650015235b731562cde53473670 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body contenteditable="true">
Test passes if it does not crash.<br/>
a<ruby>b<rt>c</rt></ruby>d
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.execCommand("SelectAll");
</script>
</body>
</html>