repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
editing
/
selection
/
deleteFromDocument-crash.html
blob
e5e9d4b7499de0fa0a9685feeaf4ba567b110082
1
<script>
2
onload
=
function
() {
3
document
.
execCommand
(
'selectAll'
);
4
selection
=
document
.
getSelection
();
5
selection
.
deleteFromDocument
();
6
}
7
</script>
8
<textarea
autofocus
>
9
text
10
text2
11
text3
</textarea>
12
<iframe
srcdoc
=
"foo"
></iframe>