Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / longpress_selection.html
blob866994f9b0f7c6b10d44b8c32bdac9b5041762d6
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 span {
6 font-size: 300%;
8 </style>
9 </head>
10 <body>
11 Hello this is some text for testing. Here is a
12 <span id="target">
13 testword
14 </span>
15 that we should be able to select by longpressing.
17 To test onselectstart, here is
18 <span id="onselectstartfalse" onselectstart="return false;">
19 anotherbitoftext
20 </span>
21 that we should not be able to select.
22 </body>
23 </html>