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-expected.txt
blob
4a9bf15dbc64d4f1a0d0dabc095f179ab01c7433
1
| <html>
2
| <head>
3
| <script>
4
| src="../../resources/dump-as-markup.js"
5
| "
6
"
7
| <body>
8
| <div>
9
| "This test passes if it doesn't crash."
10
| "
11
"
12
| <ul>
13
| contenteditable=""
14
| "
15
"
16
| <li>
17
| id="foo"
18
| <li>
19
| id="foo"
20
| <#selection-caret>
21
| <br>
22
| "
23
"
24
| "
25
"
26
| <script>
27
| "
28
window.getSelection().selectAllChildren(foo);
29
document.execCommand('insertParagraph');
30
"
31
| "
32
"