Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / drop-text-acquires-style.html
blob602c76086bf138a8fd6a649682141982a5487750
1 <html>
2 <head>
3 <title>Dragging plain text into a styled region</title>
4 </head>
5 <body>
6 <p>This test ensures the plain text dropped into a styled text region will acquire the appropriate style</p>
7 <p>To run this test, drag the text in the input element below into the bold text region. The dropped text should be bold.</p>
8 <input id="dragme" value="Drag this text" ><br />
9 <b contenteditable="true" id="target">Drag the text from the above input element into this bold text</b>
10 </body>
11 </html>