blob: e0b5a98491e3c91caa80bf84e229b801ec09a4b2 [file] [log] [blame] [edit]
<!DOCTYPE html>
<head>
<script src="../../resources/js-test-pre.js"></script>
<script>
function findText() {
window.find("Something");
shouldBeTrue("window.getSelection().toString() == 'Something'");
}
</script>
<body onload="findText()">
<p draggable="true">Something</p>
</body>