Sign in
webkit
/
WebKit
/
ed2f911158342d574839e821f89b5479112fb659
/
.
/
LayoutTests
/
imported
/
blink
/
editing
/
selection
/
deleteFromDocument-crash.html
blob: e5e9d4b7499de0fa0a9685feeaf4ba567b110082 [
file
] [
log
] [
blame
]
<script>
onload
=
function
()
{
document
.
execCommand
(
'selectAll'
);
selection
=
document
.
getSelection
();
selection
.
deleteFromDocument
();
}
</script>
<textarea
autofocus
>
text
text2
text3
</textarea>
<iframe
srcdoc
=
"foo"
></iframe>