Sign in
webkit
/
WebKit
/
fd79f2a4935c68cf089ff37005bc0c4762152d8d
/
.
/
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>