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
/
execCommand
/
crash-on-enter-in-contentEditable-list.html
blob
5e21e703f18c8527ea6e8e864e187561f0fd931a
1
<script
src
=
"../../resources/dump-as-markup.js"
></script>
2
<div>
This test passes if it doesn't crash.
</div>
3
<ul
contentEditable
>
4
<li
id=foo
></li>
5
</ul>
6
<script>
7
window
.
getSelection
().
selectAllChildren
(
foo
);
8
document
.
execCommand
(
'insertParagraph'
);
9
</script>