Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / drag-move-in-search-field.html
blob4bb720aca4f6c3e22a4eff5dd0eac94fbe0e045d
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>
5 <input id="foo" type="search" value="lorem ipsum dolor">
6 <script>
7 function test()
11 </script>