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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
ManualTests
/
drag-move-in-search-field.html
blob
4bb720aca4f6c3e22a4eff5dd0eac94fbe0e045d
1
<p>
Double-click the word
"dolor"
to select it, then drag the selection to
2
between
"lorem"
and
"ipsum"
. There should be no assertion failure in a
3
debug build.
</p>
4
5
<input
id
=
"foo"
type
=
"search"
value
=
"lorem ipsum dolor"
>
6
<script>
7
function
test
()
8
{
9
10
}
11
</script>